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

type Projective<N, D> = TransformBase<N, D, MatrixArray<N, DimNameSum<D, U1>, DimNameSum<D, U1>>, TProjective>;

An inversible D-dimensional general transformation. Stored as an homogeneous (D + 1) × (D + 1) matrix.