VRageMath.Matrix.CreateOrthographic - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← Matrix
public static Matrix CreateOrthographic(float width, float height, float zNearPlane, float zFarPlane)
Builds an orthogonal projection matrix.
public static void CreateOrthographic(float width, float height, float zNearPlane, float zFarPlane, out Matrix result)
Builds an orthogonal projection matrix.