Class Path3ai.TransformedPathIterator<E extends PathElement3ai>

    • Constructor Detail

      • TransformedPathIterator

        public TransformedPathIterator​(Path3ai<?,​?,​E,​?,​?,​?> path,
                                       Transform3D transform)
        Constructor.
        Parameters:
        path - the path.
        transform - the transformation.
    • Method Detail

      • restartIterations

        public PathIterator3ai<E> 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

        public boolean hasNext()
      • next

        public E next()