stagexl
stagexl
Matrix
a
a
stagexl
stagexl
Matrix
a
property
a
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
a
Source
num get a => _data[0];
void
a=
(
num
n
)
Source
set a (num n) { _data[0] = n.toDouble(); }