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