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

Summary

private public private public sealed struct.Matrix CreatePerspectiveOffCenter(float left, float right, float bottom, float top, float nearPlaneDistance, float farPlaneDistance)

Builds a customized, perspective projection matrix.

Returns

Example

Remarks

Summary

private public void CreatePerspectiveOffCenter(float left, float right, float bottom, float top, float nearPlaneDistance, float farPlaneDistance, ref private public sealed struct.Matrix result)

Builds a customized, perspective projection matrix.

Returns

Example

Remarks

Clone this wiki locally