Type Definition nalgebra::geometry::Projective3
source · [−]pub type Projective3<T> = Transform<T, TProjective, 3>;Expand description
An invertible 3D general transformation. Stored as a homogeneous 4x4 matrix.
pub type Projective3<T> = Transform<T, TProjective, 3>;An invertible 3D general transformation. Stored as a homogeneous 4x4 matrix.