Uses of Class
org.joml.Matrix3dStack
-
Uses of Matrix3dStack in org.joml
Modifier and TypeMethodDescriptionMatrix3dStack.clear()
Set the stack pointer to zero and set the current/bottom matrix toidentity
.Matrix3dStack.popMatrix()
Decrement the stack pointer by one.Matrix3dStack.pushMatrix()
Increment the stack pointer by one and set the values of the new current matrix to the one directly below it.