Package org.joml

Class Matrix3x2fStack

    • Constructor Detail

      • Matrix3x2fStack

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

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

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