VRageMath.MatrixD.CreateOrthographic - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexMatrixD

Summary

public static MatrixD CreateOrthographic(double width, double height, double zNearPlane, double zFarPlane)

Builds an orthogonal projection matrix.

Returns

MatrixD

Parameters

Summary

public static void CreateOrthographic(double width, double height, double zNearPlane, double zFarPlane, out MatrixD result)

Builds an orthogonal projection matrix.

Parameters

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