Package org.joml

Class Matrix4x3fStack

java.lang.Object
org.joml.Matrix4x3f
org.joml.Matrix4x3fStack
All Implemented Interfaces:
Externalizable, Serializable, Cloneable, Matrix4x3fc

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

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