MatrixStack.perspective

Replacement for gluPerspective. Warning: FOV is given in radians, unlike the original API.

class MatrixStack(int R, T)
pure nothrow
static if(R == 4)
void
perspective
if (
R == 3 ||
R == 4
)

Meta