liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
MatrixStack.orthographic
liberty
math
matrix
MatrixStack
class
MatrixStack
(int R, T)
pure nothrow @
safe
@
nogc
static if
(
R == 4
)
void
orthographic
(
T
left
,
T
right
,
T
bottom
,
T
top
,
T
near
,
T
far
)
if
(
R
== 3 ||
R
== 4
)
Meta
Source
See Implementation
liberty
math
matrix
MatrixStack
aliases
MatrixType
constructors
this
destructors
~this
functions
invTop
loadIdentity
lookAt
mult
orthographic
perspective
pop
push
rotate
scale
top
translate