Class Segment2ai.TransformedSegmentPathIterator<IE extends PathElement2ai>

    • Constructor Detail

      • TransformedSegmentPathIterator

        public TransformedSegmentPathIterator​(Segment2ai<?,​?,​IE,​?,​?,​?> segment,
                                              Transform2D transform)
        Constructor.
        Parameters:
        segment - the segment to iterate on.
        transform - the transformation to apply.
    • Method Detail

      • restartIterations

        public PathIterator2ai<IE> restartIterations()
        Description copied from interface: PathIterator2D
        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 IE next()