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

csharp[MatrixD](VRageMath.MatrixD) CreateOrthographicOffCenter([double](System.Double) left, [double](System.Double) right, [double](System.Double) bottom, [double](System.Double) top, [double](System.Double) zNearPlane, [double](System.Double) zFarPlane)##### Summary

Builds a customized, orthogonal projection matrix.

csharpvoid CreateOrthographicOffCenter([double](System.Double) left, [double](System.Double) right, [double](System.Double) bottom, [double](System.Double) top, [double](System.Double) zNearPlane, [double](System.Double) zFarPlane, ref [MatrixD](VRageMath.MatrixD) result)##### Summary

Builds a customized, orthogonal projection matrix.

Clone this wiki locally