Skip to content

VRageMath.MatrixD.CreatePerspectiveOffCenter

Morten Aune Lyrstad edited this page Oct 10, 2019 · 18 revisions

IndexNamespace IndexMatrixD

Summary

public static MatrixD CreatePerspectiveOffCenter(double left, double right, double bottom, double top, double nearPlaneDistance, double farPlaneDistance)

Builds a customized, perspective projection matrix.

Returns

MatrixD

Parameters

Summary

public static void CreatePerspectiveOffCenter(double left, double right, double bottom, double top, double nearPlaneDistance, double farPlaneDistance, out MatrixD result)

Builds a customized, perspective projection matrix.

Parameters

Clone this wiki locally