Package org.joml

Class Matrix3fStack

java.lang.Object
org.joml.Matrix3f
org.joml.Matrix3fStack
All Implemented Interfaces:
Externalizable, Serializable, Cloneable, Matrix3fc

public class Matrix3fStack extends Matrix3f
A stack of many Matrix3f instances. This resembles the matrix stack known from legacy OpenGL.

This Matrix3fStack class inherits from Matrix3f, so the current/top matrix is always the Matrix3fStack/Matrix3f itself. This affects all operations in Matrix3f that take another Matrix3f as parameter. If a Matrix3fStack is used as argument to those methods, the effective argument will always be the current matrix of the matrix stack.

Author:
Kai Burjack
See Also: