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
|
fMatrixabcdef
|
|
Parameters
|
floata
The a component of the matrix.
floatb
The b component of the matrix.
floatc
The c component of the matrix.
floatd
The d component of the matrix.
floate
The e component of the matrix.
floatf
The f component of the matrix.
|
Returns
|
fMatrix. The new matrix created with these values.
|
rotateangle
|
|
Parameters
|
floatangle
The rotation angle to apply.
|
Returns
|
fMatrix. The resulting matrix.
|
scalescaleXscaleY
|
|
Parameters
|
floatscaleX
The scale factor to apply to the x-axis.
floatscaleY
The scale factor to apply to the y-axis.
|
Returns
|
fMatrix. The resulting matrix.
|
translatexy
|
|
Parameters
|
floatx
The distance to translate along the x-axis.
floaty
The distance to translate along the y-axis.
|
Returns
|
fMatrix. The resulting matrix.
|