Package org.joml

Class Matrix3fStack

    • Constructor Detail

      • Matrix3fStack

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

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

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