VRageMath.MatrixD.CreateOrthographicOffCenter - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexMatrixD

Summary

public static MatrixD CreateOrthographicOffCenter(double left, double right, double bottom, double top, double zNearPlane, double zFarPlane)

Builds a customized, orthogonal projection matrix.

Returns

MatrixD

Parameters

Summary

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.

Parameters

⚠️ **GitHub.com Fallback** ⚠️