Package org.joml

Class Matrix4x3dStack

java.lang.Object
org.joml.Matrix4x3d
org.joml.Matrix4x3dStack
All Implemented Interfaces:
Externalizable, Serializable, Cloneable, Matrix4x3dc

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

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