Package org.joml

Class Matrix4x3dStack

    • Constructor Detail

      • Matrix4x3dStack

        public Matrix4x3dStack​(int stackSize)
        Create a new Matrix4x3dStack 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 Matrix4x3dStack simply only consists of this Matrix4x3d
      • Matrix4x3dStack

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

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