|
a
|
|
|
Access
|
read-only
|
|
Returns
|
float
|
|
b
|
|
|
Access
|
read-only
|
|
Returns
|
float
|
|
c
|
|
|
Access
|
read-only
|
|
Returns
|
float
|
|
d
|
|
|
Access
|
read-only
|
|
Returns
|
float
|
|
e
|
|
|
Access
|
read-only
|
|
Returns
|
float
|
|
f
|
|
|
Access
|
read-only
|
|
Returns
|
float
|
|
fMatrix a b c d e f
|
|
|
Parameters
|
float a
The a component of the matrix.
float b
The b component of the matrix.
float c
The c component of the matrix.
float d
The d component of the matrix.
float e
The e component of the matrix.
float f
The f component of the matrix.
|
|
Returns
|
fMatrix. The new matrix created with these values.
|
|
rotate angle
|
|
|
Parameters
|
float angle
The rotation angle to apply.
|
|
Returns
|
fMatrix. The resulting matrix.
|
|
scale scaleX scaleY
|
|
|
Parameters
|
float scaleX
The scale factor to apply to the x-axis.
float scaleY
The scale factor to apply to the y-axis.
|
|
Returns
|
fMatrix. The resulting matrix.
|
|
translate x y
|
|
|
Parameters
|
float x
The distance to translate along the x-axis.
float y
The distance to translate along the y-axis.
|
|
Returns
|
fMatrix. The resulting matrix.
|