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

type Projective2<N> = Transform<N, U2, TProjective>;

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