Class LineSegments<P extends Position>

  • All Implemented Interfaces:
    Iterable<LineSegment<P>>

    public class LineSegments<P extends Position>
    extends Object
    implements Iterable<LineSegment<P>>
    Turns a PointSequence into an Iterable over the LineSegments defined by each consecutive pair of Points in the PointSequence.
    Author:
    Karel Maesen, Geovise BVBA creation-date: 4/25/11