Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.MatrixD.CreateOrthographic

Malware edited this page Dec 25, 2018 · 19 revisions

IndexMatrixD

csharp[MatrixD](VRageMath.MatrixD) CreateOrthographic([double](System.Double) width, [double](System.Double) height, [double](System.Double) zNearPlane, [double](System.Double) zFarPlane)##### Summary

Builds an orthogonal projection matrix.

csharpvoid CreateOrthographic([double](System.Double) width, [double](System.Double) height, [double](System.Double) zNearPlane, [double](System.Double) zFarPlane, ref [MatrixD](VRageMath.MatrixD) result)##### Summary

Builds an orthogonal projection matrix.

Clone this wiki locally