gfm v6.2.8 (2017-06-07T21:06:48Z)
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
invTop
loadIdentity
lookAt
mult
ortho
perspective
pop
push
rotate
scale
setTop
top
translate
Replacement for glMultMatrix.