VRageMath.MatrixD.CreateOrthographicOffCenter - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MatrixD
public static MatrixD CreateOrthographicOffCenter(double left, double right, double bottom, double top, double zNearPlane, double zFarPlane)
Builds a customized, orthogonal projection matrix.
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.