- Create
SKRotationScaleMatrix Create(float scale, float radians, float tx, float ty, float anchorX, float anchorY)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateDegrees
SKRotationScaleMatrix CreateDegrees(float scale, float degrees, float tx, float ty, float anchorX, float anchorY)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateIdentity
SKRotationScaleMatrix CreateIdentity()
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateRotation
SKRotationScaleMatrix CreateRotation(float radians, float anchorX, float anchorY)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateRotationDegrees
SKRotationScaleMatrix CreateRotationDegrees(float degrees, float anchorX, float anchorY)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateScale
SKRotationScaleMatrix CreateScale(float s)
Undocumented in source. Be warned that the author may not have intended to support it.
- CreateTranslation
SKRotationScaleMatrix CreateTranslation(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.