Uses of Class
org.joml.Matrix4x3dStack
Packages that use Matrix4x3dStack
-
Uses of Matrix4x3dStack in org.joml
Methods in org.joml that return Matrix4x3dStackModifier and TypeMethodDescriptionMatrix4x3dStack.clear()
Set the stack pointer to zero and set the current/bottom matrix toidentity
.Matrix4x3dStack.popMatrix()
Decrement the stack pointer by one.Matrix4x3dStack.pushMatrix()
Increment the stack pointer by one and set the values of the new current matrix to the one directly below it.