- 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.