despiker v0.1.3 (2014-11-30T21:04:50Z)
Dub
Repo
MatrixStack.pop
gfmod
opengl
matrixstack
MatrixStack
Replacement for
glPopMatrix
.
class
MatrixStack
(F, size_t depth = 32)
@
safe
pure nothrow @
nogc
void
pop
(
)
if
(
depth
> 0 &&
(
is
(
F
==
float
) ||
is
(
F
==
double
)
)
)
Meta
Source
See Implementation
gfmod
opengl
matrixstack
MatrixStack
aliases
M
constructors
this
functions
invTop
loadIdentity
mult
ortho
perspective
pop
push
rotate
scale
setTop
top
translate
Replacement for glPopMatrix.