Class Path3afp.TransformedPathPathIterator<T extends PathElement3afp>

    • Constructor Detail

      • TransformedPathPathIterator

        public TransformedPathPathIterator​(Path3afp<?,​?,​T,​?,​?,​?> path,
                                           Transform3D transform)
        Constructor.
        Parameters:
        path - the path to iterate on.
        transform - the transformation to apply on the path.
    • Method Detail

      • restartIterations

        public PathIterator3afp<T> restartIterations()
        Description copied from interface: PathIterator3D
        Replies a reset instance of this iterator.

        The reset instance enables to restart iterations with the replied iterator.

        Returns:
        the reset iterator.
      • hasNext

        @Pure
        public boolean hasNext()
      • next

        public T next()