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

pub type Projective2<N> = Transform<N, U2, TProjective>;
Expand description

An invertible 2D general transformation. Stored as a homogeneous 3x3 matrix.