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

VRageMath.Matrix.CreateOrthographic

Malware edited this page Dec 25, 2018 · 19 revisions

IndexMatrix

csharp[Matrix](VRageMath.Matrix) CreateOrthographic([float](System.Single) width, [float](System.Single) height, [float](System.Single) zNearPlane, [float](System.Single) zFarPlane)##### Summary

Builds an orthogonal projection matrix.

csharpvoid CreateOrthographic([float](System.Single) width, [float](System.Single) height, [float](System.Single) zNearPlane, [float](System.Single) zFarPlane, ref [Matrix](VRageMath.Matrix) result)##### Summary

Builds an orthogonal projection matrix.

Clone this wiki locally