pub type TransformMatrix = [[f32; 4]; 3];
Expand description

A 3x4 transformation matrix.

The first three columns must be a 3x3 invertible matrix.