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

VRageMath.Matrix.CreatePerspectiveOffCenter

Malware edited this page Dec 25, 2018 · 19 revisions

IndexNamespace IndexMatrix

Summary

public Matrix CreatePerspectiveOffCenter(float left, float right, float bottom, float top, float nearPlaneDistance, float farPlaneDistance)

Builds a customized, perspective projection matrix.

Returns

Matrix

Parameters

Summary

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

Builds a customized, perspective projection matrix.

Parameters

Clone this wiki locally