Type Definition rin::math::Projective3[][src]

type Projective3<N> = Transform<N, U3, TProjective>;

An invertible 3D general transformation. Stored as a homogeneous 4x4 matrix.