MatrixStack.top

class MatrixStack(int R, T)
pure const nothrow
top
()
if (
R == 3 ||
R == 4
)

Return Value

Type: matrix_t

Top matrix. Replaces glLoadMatrix.

Meta