stagexl
stagexl
Matrix
concat
concat
stagexl
stagexl
Matrix
concat
method
concat
Source
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
void
concat
(
Matrix
matrix
)
Source
void concat(Matrix matrix) { this.copyFromAndConcat(this, matrix); }