Class Segment3ai.TransformedSegmentPathIterator<IE extends PathElement3ai>

    • Constructor Detail

      • TransformedSegmentPathIterator

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

      • restartIterations

        public PathIterator3ai<IE> 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 IE next()