Matrix3x2

Undocumented in source.

Members

Functions

inverse
auto inverse()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(Matrix3x2 other)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(Matrix3x2 other)
Undocumented in source. Be warned that the author may not have intended to support it.
rotate
auto rotate(float a)
Undocumented in source. Be warned that the author may not have intended to support it.
scale
auto scale(float sx, float sy)
Undocumented in source. Be warned that the author may not have intended to support it.
skewX
auto skewX(float a)
Undocumented in source. Be warned that the author may not have intended to support it.
skewY
auto skewY(float a)
Undocumented in source. Be warned that the author may not have intended to support it.
transformPoint
auto transformPoint(float px, float py)
Undocumented in source. Be warned that the author may not have intended to support it.
translate
auto translate(float tx, float ty)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

Identity
Identity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

FromXF
auto FromXF(float[6] xf)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

elements
float[6] elements;
Undocumented in source.

Meta