Type Definition rin::math::geometry::Projective2 [−][src]
type Projective2<N> = Transform<N, U2, TProjective>;
An invertible 2D general transformation. Stored as a homogeneous 3x3 matrix.
type Projective2<N> = Transform<N, U2, TProjective>;
An invertible 2D general transformation. Stored as a homogeneous 3x3 matrix.