Package org.joml

Class Matrix3dStack

    • Constructor Detail

      • Matrix3dStack

        public Matrix3dStack​(int stackSize)
        Create a new Matrix3dStack of the given size.

        Initially the stack pointer is at zero and the current matrix is set to identity.

        Parameters:
        stackSize - the size of the stack. This must be at least 1, in which case the Matrix3dStack simply only consists of this Matrix3d
      • Matrix3dStack

        public Matrix3dStack​()
        Do not invoke manually! Only meant for serialization.

        Invoking this constructor from client code will result in an inconsistent state of the created Matrix3dStack instance.