VRageMath.Matrix.CreatePerspective - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexMatrix

Summary

public static Matrix CreatePerspective(float width, float height, float nearPlaneDistance, float farPlaneDistance)

Builds a perspective projection matrix and returns the result by value.

Returns

Matrix

Parameters

Summary

public static void CreatePerspective(float width, float height, float nearPlaneDistance, float farPlaneDistance, out Matrix result)

Builds a perspective projection matrix and returns the result by reference.

Parameters

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