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

VRageMath.MatrixD.CreatePerspectiveOffCenter

Malware edited this page May 4, 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, ref MatrixD result)

Builds a customized, perspective projection matrix.

Parameters

Clone this wiki locally