Matrix4x4::PerspectiveFocalLengthRH

Matrix4x4::PerspectiveFocalLengthRH
SF_EXPORT void PerspectiveFocalLengthRH(T focalLength, T DisplayWidth, T DisplayHeight, T fNearZ, T fFarZ);
Description

PerspectiveFocalLengthRH creates a right handed perspective matrix based on focal length.

Parameters
Parameters 
Description 
T focalLength 
The focal length. 
T DisplayWidth 
The width of the display window. 
T DisplayHeight 
The height of the display window. 
T fNearZ 
The near clip plane distance. 
T fFarZ 
The far clip plane distance.