despiker v0.1.3 (2014-11-30T21:04:50Z)
Dub
Repo
MatrixStack.top
gfmod
opengl
matrixstack
MatrixStack
class
MatrixStack
(F, size_t depth = 32)
@
safe
pure const nothrow @
nogc
M
top
(
)
if
(
depth
> 0 &&
(
is
(
F
==
float
) ||
is
(
F
==
double
)
)
)
Return Value
Type:
M
Top matrix. Replaces
glLoadMatrix
.
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