const IdentityMatrix: TFloatMatrix =( (1, 0, 0), (0, 1, 0), (0, 0, 1));
An identity matrix, which is loaded in Matrix field of TAffineTransformation class when calling its Clear method.
[See Also]