Matrix4x4::PerspectiveFocalLengthLH

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

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