Uses of Class
za.co.luma.geom.SegmentSet

Packages that use SegmentSet
za.co.luma.geom Contains classes for representing simple geometric types, such as points / vectors and segments. 
 

Uses of SegmentSet in za.co.luma.geom
 

Methods in za.co.luma.geom with parameters of type SegmentSet
 boolean SegmentSet.addAll(SegmentSet set)
          Add all the segments in the given SegmentSet to this SegmentSet.