CreateOrthographicOffCenter
Summary
public static MatrixD CreateOrthographicOffCenter(double left, double right, double bottom, double top, double zNearPlane, double zFarPlane)
Builds a customized, orthogonal projection matrix.
Returns
Parameters
Summary
public static void CreateOrthographicOffCenter(double left, double right, double bottom, double top, double zNearPlane, double zFarPlane, out MatrixD result)
Builds a customized, orthogonal projection matrix.