VRageMath.MatrixD.CreatePerspectiveOffCenter - bimbam2103/space_engineers GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️