CreateOrthographic
Summary
public static MatrixD CreateOrthographic(double width, double height, double zNearPlane, double zFarPlane)
Builds an orthogonal projection matrix.
Returns
Parameters
Summary
public static void CreateOrthographic(double width, double height, double zNearPlane, double zFarPlane, out MatrixD result)
Builds an orthogonal projection matrix.