Matrix

Undocumented in source.

Members

Functions

invert
bool invert()
Undocumented in source. Be warned that the author may not have intended to support it.
invertible
bool invertible()
Undocumented in source. Be warned that the author may not have intended to support it.
multiply
ref multiply(Matrix other)
Undocumented in source. Be warned that the author may not have intended to support it.
rotate
ref rotate(double x, double y, double amount)
Undocumented in source. Be warned that the author may not have intended to support it.
scale
ref scale(double xCenter, double yCenter, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
setIdentity
ref setIdentity()
Undocumented in source. Be warned that the author may not have intended to support it.
skew
ref skew(double x, double y, double xamount, double yamount)
Undocumented in source. Be warned that the author may not have intended to support it.
transformPoint
ref transformPoint(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
transformSize
ref transformSize(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
translate
ref translate(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

m11
ref m11 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
m12
ref m12 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
m21
ref m21 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
m22
ref m22 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
m31
ref m31 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
m32
ref m32 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta