Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.MatrixD.CreateOrthographicOffCenter

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

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

Clone this wiki locally