stagexl
stagexl
Matrix
tx
tx
stagexl
stagexl
Matrix
tx
property
tx
stagexl
stagexl
Matrix
Constructors
Matrix
fromIdentity
Properties
a
b
c
d
det
hashCode
runtimeType
tx
ty
Operators
operator ==
Methods
clone
cloneInvert
concat
copyFrom
copyFromAndConcat
copyFromAndInvert
createBox
deltaTransformPoint
identity
invert
invertAndConcat
noSuchMethod
prepend
prependTranslation
rotate
scale
setTo
skew
toString
transformPoint
transformPointInverse
transformRectangle
transformVector
translate
num
tx
Source
num get tx => _data[4];
void
tx=
(
num
n
)
Source
set tx (num n) { _data[4] = n.toDouble(); }