Concatenate a transformation after this one.
The transformation to concatenate.
Copy a transformation.
The transformation to copy.
Check if this is equals to another transformation.
The transformation to check.
Concatenate an horizontal flip.
The flip anchor point X.
Concatenate an vertical flip.
The flip anchor point Y.
Invert the matrix.
Check if this transformation is the identity.
Check if this is almost equals to another transformation.
The transformation to check.
The relative margin error.
Concatenate a transformation before this one.
The transformation to concatenate.
Concatenate a rotation.
The angle of rotation in radians.
Concatenate a rotation.
The angle of rotation in radians.
The rotation anchor point X.
The rotation anchor point Y.
Concatenate a scale.
The horizontal scale value.
The vertical scale value.
Reset to an horizontal flip.
The flip anchor point X.
Reset to an vertical flip.
The flip anchor point Y.
Reset to the identity.
Reset to a rotation.
Reset to a rotation.
The angle of rotation in radians.
The rotation anchor point X.
The rotation anchor point Y.
Reset to a scale.
The horizontal scale value.
The vertical scale value.
Reset to a translation.
Transform a point.
The point to transform.
The Point to store the transformed coordinates.
Concatenate a translation.
The horizontal translation value.
The vertical translation value.
Initialize to the identity.
Generated using TypeDoc
An affine transformation that can transform points.