Uses of Class
org.joml.Matrix3x2fStack
-
Packages that use Matrix3x2fStack Package Description org.joml Contains all classes of JOML. -
-
Uses of Matrix3x2fStack in org.joml
Methods in org.joml that return Matrix3x2fStack Modifier and Type Method Description Matrix3x2fStack
Matrix3x2fStack. clear()
Set the stack pointer to zero and set the current/bottom matrix toidentity
.Matrix3x2fStack
Matrix3x2fStack. popMatrix()
Decrement the stack pointer by one.Matrix3x2fStack
Matrix3x2fStack. pushMatrix()
Increment the stack pointer by one and set the values of the new current matrix to the one directly below it.
-