Matrix4x4::PerspectiveOffCenterLH

Matrix4x4::PerspectiveOffCenterLH
SF_EXPORT void PerspectiveOffCenterLH(T focalLength, T viewMinX, T viewMaxX, T viewMinY, T viewMaxY, T fNearZ, T fFarZ);
Description

PerspectiveOffCenterLH creates a customized left handed perspective projection matrix based on view volume.

Parameters
Parameters 
Description 
T focalLength 
The focal length. 
T viewMinX 
The minimum x value of the view volume. 
T viewMaxX 
The maximum x value of the view volume. 
T viewMinY 
The minimum y value of the view volume. 
T viewMaxY 
The maximum y value of the view volume. 
T fNearZ 
The near clip plane distance. 
T fFarZ 
The far clip plane distance.