Type Definition na::Projective2

source · []
pub type Projective2<T> = Transform<T, TProjective, 2_usize>;
Expand description

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