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