Matrix

Undocumented in source.

Constructors

this
this()
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
Matrix multiply(Matrix other)
Undocumented in source. Be warned that the author may not have intended to support it.
rotate
Matrix rotate(double x, double y, double amount)
Undocumented in source. Be warned that the author may not have intended to support it.
scale
Matrix 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
Matrix setIdentity()
Undocumented in source. Be warned that the author may not have intended to support it.
skew
Matrix 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
Matrix transformPoint(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
transformSize
Matrix transformSize(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
translate
Matrix 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