pub type Projective3<T> = Transform<T, TProjective, 3>;
Expand description
An invertible 3D general transformation. Stored as a homogeneous 4x4 matrix.
Aliased Typeยง
struct Projective3<T> { /* private fields */ }
pub type Projective3<T> = Transform<T, TProjective, 3>;
An invertible 3D general transformation. Stored as a homogeneous 4x4 matrix.
struct Projective3<T> { /* private fields */ }