Matrix4x4::ViewRH

Matrix4x4::ViewRH
SF_EXPORT void ViewRH(const Point3<T>& eyePt, const Point3<T>& lookAtPt, const Point3<T>& upVec);
Description

ViewRH creates a camera view matrix for world to view transformation.

Parameters
Parameters 
Description 
const Point3<T>& eyePt 
The location of the eye. 
const Point3<T>& lookAtPt 
The center of interest. 
const Point3<T>& upVec 
A vector describing the up direction.