gfm v6.2.8 (2017-06-07T21:06:48Z)
Home
Dub
Repo
MatrixStack.mult
gfm
opengl
matrixstack
MatrixStack
Replacement for
glMultMatrix
, with provided inverse.
void
mult
(matrix_t m)
void
mult
(matrix_t m, matrix_t invM)
class
MatrixStack
(int R, T)
pure nothrow
void
mult
(
matrix_t
m
,
matrix_t
invM
)
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 glMultMatrix, with provided inverse.