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

type Projective2<N> = Projective<N, U2>;

An inversible 2D general transformation. Stored as an homogeneous 3x3 matrix.