pub type Projective3<T> = Transform<T, TProjective, 3>;
Expand description

An invertible 3D general transformation. Stored as a homogeneous 4x4 matrix.