gl3n ~master (2021-06-11T06:55:56Z)
Home
Dub
Repo
MatrixStack.push
gl3n
ext
matrixstack
MatrixStack
Pushes the top matrix on the stack and sets
matrix
as the new top matrix.
void
push
()
void
push
(Matrix matrix)
struct
MatrixStack
(T)
pure nothrow
void
push
(
Matrix
matrix
)
if
(
is_matrix
!
T
)
Meta
Source
See Implementation
gl3n
ext
matrixstack
MatrixStack
aliases
Matrix
constructors
this
functions
pop
push
set
variables
realloc_interval
top
Pushes the top matrix on the stack and sets matrix as the new top matrix.