CreatePerspective
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
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.