MatrixStack.rotate

Replacement for glRotate. Warning: Angle is given in radians, unlike the original API.

class MatrixStack(int R, T)
pure nothrow
static if(R == 4)
void
rotate
(,
Vector!(T, 3) axis
)
if (
R == 3 ||
R == 4
)

Meta