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