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