gfm v6.2.8 (2017-06-07T21:06:48Z)
Home
Dub
Repo
MatrixStack.ortho
gfm
opengl
matrixstack
MatrixStack
Replacement for
glOrtho
.
class
MatrixStack
(int R, T)
pure nothrow
static if
(
R == 4
)
void
ortho
(
T
left
,
T
right
,
T
bottom
,
T
top
,
T
near
,
T
far
)
if
(
R
== 3 ||
R
== 4
)
Meta
Source
See Implementation
gfm
opengl
matrixstack
MatrixStack
aliases
matrix_t
constructors
this
destructors
~this
functions
invTop
loadIdentity
lookAt
mult
ortho
perspective
pop
push
rotate
scale
setTop
top
translate
Replacement for glOrtho.