CreatePerspectiveOffCenter
Summary
public static MatrixD CreatePerspectiveOffCenter(double left, double right, double bottom, double top, double nearPlaneDistance, double farPlaneDistance)
Builds a customized, perspective projection matrix.
Returns
Parameters
Summary
public static void CreatePerspectiveOffCenter(double left, double right, double bottom, double top, double nearPlaneDistance, double farPlaneDistance, out MatrixD result)
Builds a customized, perspective projection matrix.