Exemplo n.º 1
0
 public static LinearEntity2d IsOverlapping(this LineSegment2d line1, LineSegment2d line2, Tolerance tolerance)
 {
     return(line1.Overlap(line2, tolerance));
 }