Matrix4x4::OrthoRH

Matrix4x4::OrthoRH
SF_EXPORT void OrthoRH(T viewW, T viewH, T fNearZ, T fFarZ);
Description

OrthoRH creates a right-handed orthographic projection matrix.

Parameters
Parameters 
Description 
T viewW 
The width of the view volume. 
T viewH 
The height of the view volume. 
T fNearZ 
The near clip plane distance. 
T fFarZ 
The far clip plane distance.