Values
RotateRadians(rotation:Float)
Rotates the matrix in radians.
Available since
1.1.0
.RotateDegrees(rotation:Float)
Rotates the matrix in degrees.
Available since
1.1.0
.Translate(tx:Float, ty:Float)
Translates the matrix.
Available since
1.1.0
.RotateRadiansAndTranslate(rotation:Float, tx:Float, ty:Float)
Rotates the matrix in radians and translates it.
Available since
1.1.0
.RotateDegreesAndTranslate(rotation:Float, tx:Float, ty:Float)
Rotates the matrix in degrees and translates it.
Available since
1.1.0
.