MatrixStack.perspective

Replacement for gluPerspective.

class MatrixStack(F, size_t depth = 32)
void
perspective
@safe pure nothrow @nogc
(
,,,
F top
,,
F far
)
if (
depth > 0 &&
(
is(F == float) ||
is(F == double)
)
)

Meta