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

VRageMath.Matrix.CreatePerspectiveOffCenter

Malware edited this page Dec 25, 2018 · 18 revisions

IndexMatrix

csharp[Matrix](VRageMath.Matrix) CreatePerspectiveOffCenter([float](System.Single) left, [float](System.Single) right, [float](System.Single) bottom, [float](System.Single) top, [float](System.Single) nearPlaneDistance, [float](System.Single) farPlaneDistance)##### Summary

Builds a customized, perspective projection matrix.

csharpvoid CreatePerspectiveOffCenter([float](System.Single) left, [float](System.Single) right, [float](System.Single) bottom, [float](System.Single) top, [float](System.Single) nearPlaneDistance, [float](System.Single) farPlaneDistance, ref [Matrix](VRageMath.Matrix) result)##### Summary

Builds a customized, perspective projection matrix.

Clone this wiki locally