SKRotationScaleMatrix

Undocumented in source.

Constructors

this
this(float scos, float ssin, float tx, float ty)
Undocumented in source.

Members

Functions

ToMatrix
SKMatrix ToMatrix()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

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.

Variables

fSCos
float fSCos;
Undocumented in source.
fSSin
float fSSin;
Undocumented in source.
fTX
float fTX;
Undocumented in source.
fTY
float fTY;
Undocumented in source.

Meta