Matrix4x4::PerspectiveViewVolLH

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

PerspectiveViewVolLH creates a left handed perspective matrix based on view volume.

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.