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

VRageMath.Matrix.CreateOrthographicOffCenter

Malware edited this page Dec 25, 2018 · 19 revisions

IndexMatrix

csharp[Matrix](VRageMath.Matrix) CreateOrthographicOffCenter([float](System.Single) left, [float](System.Single) right, [float](System.Single) bottom, [float](System.Single) top, [float](System.Single) zNearPlane, [float](System.Single) zFarPlane)##### Summary

Builds a customized, orthogonal projection matrix.

csharpvoid CreateOrthographicOffCenter([float](System.Single) left, [float](System.Single) right, [float](System.Single) bottom, [float](System.Single) top, [float](System.Single) zNearPlane, [float](System.Single) zFarPlane, ref [Matrix](VRageMath.Matrix) result)##### Summary

Builds a customized, orthogonal projection matrix.

Clone this wiki locally