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

type Orthographic3<N> = OrthographicBase<N, MatrixArray<N, U4, U4>>;

A 3D orthographic projection stored as a static homogeneous 4x4 matrix.