Beispiel #1
0
 internal bool IntersectsSegment(ScanSegment seg)
 {
     return(StaticGraphUtility.SegmentsIntersect(this, seg));
 }