Package org.joml

Class Matrix3x2fStack

java.lang.Object
org.joml.Matrix3x2f
org.joml.Matrix3x2fStack
All Implemented Interfaces:
Externalizable, Serializable, Cloneable, Matrix3x2fc

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

This Matrix3x2fStack class inherits from Matrix3x2f, so the current/top matrix is always the Matrix3x2fStack/Matrix3x2f itself. This affects all operations in Matrix3x2f that take another Matrix3x2f as parameter. If a Matrix3x2fStack 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: