Matrix4x4::OrthoOffCenterRH

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

OrthoOffCenterRH creates a customized right-handed orthographic projection matrix.

Parameters
Parameters 
Description 
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.