Difference between revisions of "Matrix:getTx"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the value of the `tx` component for this `Matrix` instance.<br /> <br /> <source lang="...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
+ | '''Class:''' [[Matrix]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | + | Returns the value of the ''tx'' component for this Matrix instance. | |
− | Returns the value of the | + | <syntaxhighlight lang="lua"> |
− | < | + | (number) = Matrix:getTx() |
− | + | </syntaxhighlight> | |
− | (number) | + | |
− | </ | + | === Return values === |
− | '''Returns''' (number) | + | '''Returns''' (number) the current ''tx'' parameter<br/> |
+ | |||
+ | {{Matrix}} |
Latest revision as of 14:30, 13 July 2023
Available since: Gideros 2011.6
Class: Matrix
Description
Returns the value of the tx component for this Matrix instance.
(number) = Matrix:getTx()
Return values
Returns (number) the current tx parameter
- Matrix
- Matrix.fromSRT
- Matrix.new
- Matrix:duplicate
- Matrix:getAnchorPosition
- Matrix:getElements
- Matrix:getM11
- Matrix:getM12
- Matrix:getM21
- Matrix:getM22
- Matrix:getMatrix
- Matrix:getPosition
- Matrix:getRotationX
- Matrix:getRotationY
- Matrix:getRotationZ
- Matrix:getScale
- Matrix:getScaleX
- Matrix:getScaleY
- Matrix:getScaleZ
- Matrix:getTx
- Matrix:getTy
- Matrix:getTz
- Matrix:getX
- Matrix:getY
- Matrix:getZ
- Matrix:invert
- Matrix:multiply
- Matrix:orthographicProjection
- Matrix:perspectiveProjection
- Matrix:rotate
- Matrix:scale
- Matrix:setAnchorPosition
- Matrix:setElements
- Matrix:setM11
- Matrix:setM12
- Matrix:setM21
- Matrix:setM22
- Matrix:setMatrix
- Matrix:setPosition
- Matrix:setRotationX
- Matrix:setRotationY
- Matrix:setRotationZ
- Matrix:setScale
- Matrix:setScaleX
- Matrix:setScaleY
- Matrix:setScaleZ
- Matrix:setTx
- Matrix:setTy
- Matrix:setTz
- Matrix:setX
- Matrix:setY
- Matrix:setZ
- Matrix:transformPoint
- Matrix:translate