Expand description
Projection matrices that are intended to be used when the base coordinate system (i.e. the one used by the application code) is right-handed with the the x-axis pointing right, y-axis pointing up, and z-axis pointing out of the screen.
Functionsยง
- orthographic
- Orthographic projection matrix.
- perspective
- Perspective projection matrix.
- perspective_
infinite_ z - Perspective projection matrix with infinite z-far plane.
- perspective_
reversed_ infinite_ z - Perspective projection matrix with reversed and infinite z-axis.
- perspective_
reversed_ z - Perspective projection matrix with reversed z-axis.