despiker ~master (2015-08-29T17:56:50Z)
Dub
Repo
MatrixStack.push
gfmod
opengl
matrixstack
MatrixStack
Replacement for
glPushMatrix
.
class
MatrixStack
(F, size_t depth = 32)
void
push
@
safe
pure nothrow @
nogc
(
)
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 glPushMatrix.