VRageMath.Matrix.CreatePerspectiveOffCenter - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexMatrix

Summary

public static 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 static void CreatePerspectiveOffCenter(float left, float right, float bottom, float top, float nearPlaneDistance, float farPlaneDistance, out Matrix result)

Builds a customized, perspective projection matrix.

Parameters

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