Class SegmentSet2d
  
  
  
  
  
  Namespace: g3
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class SegmentSet2d
   
  Constructors
  
  
  
  
  SegmentSet2d()
  
  
  Declaration
  
  
  
  
  SegmentSet2d(GeneralPolygon2d)
  
  
  Declaration
  
    public SegmentSet2d(GeneralPolygon2d poly)
   
  Parameters
  
  
  
  
  SegmentSet2d(List<GeneralPolygon2d>)
  
  
  Declaration
  
    public SegmentSet2d(List<GeneralPolygon2d> polys)
   
  Parameters
  
  Methods
  
  
  
  
  FindAllIntersections(Segment2d, List<Double>, List<Int32>, List<IntrSegment2Segment2>, Boolean)
  
  
  Declaration
  
    public void FindAllIntersections(Segment2d seg, List<double> segmentTs, List<int> indices = null, List<IntrSegment2Segment2> tests = null, bool bOnlySimple = true)
   
  Parameters
  
  
  
  
  FindAnyIntersection(Segment2d, out Int32)
  Find any segment in set that intersects input segment. 
Returns intersection test, and index of segment
 
  
  Declaration
  
    public IntrSegment2Segment2 FindAnyIntersection(Segment2d seg, out int iSegment)
   
  Parameters
  
  Returns