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