type TFloatMatrix = array [0..2, 0..2] of Single;
A 3x3 transformation matrix used in affine transformations.
[See Also] TAffineTransformation