Package org.joml

Class Matrix4x3fStack

    • Constructor Detail

      • Matrix4x3fStack

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

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

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