Package org.joml

Class Matrix3x2dStack

    • Constructor Detail

      • Matrix3x2dStack

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

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

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