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