despiker v0.1.3 (2014-11-30T21:04:50Z)
Dub
Repo
MatrixStack.translate
gfmod
opengl
matrixstack
MatrixStack
Replacement for
glTranslate
.
void
translate
(Vector!(F, 3) v)
class
MatrixStack
(F, size_t depth = 32)
@
safe
pure nothrow @
nogc
void
translate
(
Vector
!(
F
, 3)
v
)
if
(
depth
> 0 &&
(
is
(
F
==
float
) ||
is
(
F
==
double
)
)
)
void
translate
(F x, F y, F z)
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 glTranslate.