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