Class Projection

Projection class

Utility class to calculate camera matrices

public static class Projection

Methods

NameDescription
static CreateOrthographicMatrix(float, float, float, float)Calculates an orthographic projection matrix.
static CreatePerspectiveMatrix(float, float, float, float)Calculates a perspective projection matrix.

See Also