VRageMath.Matrix.CreateOrthographic - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexMatrix

Summary

public static Matrix CreateOrthographic(float width, float height, float zNearPlane, float zFarPlane)

Builds an orthogonal projection matrix.

Returns

Matrix

Parameters

Summary

public static void CreateOrthographic(float width, float height, float zNearPlane, float zFarPlane, out Matrix result)

Builds an orthogonal projection matrix.

Parameters

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