despiker ~master (2015-08-29T17:56:50Z)
Dub
Repo
MatrixStack.setTop
gfmod
opengl
matrixstack
MatrixStack
Sets top matrix. Replaces
glLoadMatrix
.
class
MatrixStack
(F, size_t depth = 32)
void
setTop
@
safe
pure nothrow @
nogc
(
M
m
)
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
Sets top matrix. Replaces glLoadMatrix.