Skip to content

VRageMath.MatrixD.CreateOrthographic

Morten Aune Lyrstad edited this page Oct 10, 2019 · 18 revisions

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

Clone this wiki locally