Type Definition nalgebra::geometry::Projective3

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

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