Matrix4x4::OrthoLH

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

OrthoLH creates a left-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.