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

VRageMath.MatrixD.CreateOrthographicOffCenter

Malware edited this page Dec 25, 2018 · 18 revisions

IndexMatrixD

Summary

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

Builds a customized, orthogonal projection matrix.

Returns

MatrixD

Summary

public void CreateOrthographicOffCenter(double left, double right, double bottom, double top, double zNearPlane, double zFarPlane, ref MatrixD result)

Builds a customized, orthogonal projection matrix.

Clone this wiki locally