gfm v2.0.11 (2015-02-12T17:50:21Z)
Home
Dub
Repo
MatrixStack.mult
gfm
opengl
matrixstack
MatrixStack
Replacement for
glMultMatrix
.
void
mult
(matrix_t m)
class
MatrixStack
(int R, T)
pure nothrow
void
mult
(
matrix_t
m
)
if
(
R
== 3 ||
R
== 4
)
void
mult
(matrix_t m, matrix_t invM)
Meta
Source
See Implementation
gfm
opengl
matrixstack
MatrixStack
aliases
matrix_t
constructors
this
destructors
~this
functions
close
invTop
loadIdentity
lookAt
mult
ortho
perspective
pop
push
rotate
scale
setTop
top
translate
Replacement for glMultMatrix.