Type Definition nalgebra::geometry::Projective3[][src]

pub type Projective3<N> = Transform<N, U3, TProjective>;
Expand description

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