Beispiel #1
0
 public bool Overlaps(LineSegment line)
 {
     return(line.Overlaps(this));
 }