Click or drag to resize

LineToolsDoLineSegmentsIntersect Method

Overload List
  NameDescription
Public methodStatic memberDoLineSegmentsIntersect(Coordinate, Coordinate, Coordinate, Coordinate)
OverLoad of DoLineSegmentsIntersect(x1, y1, x2, y2, x3, y3, x4, y4)
Public methodStatic memberDoLineSegmentsIntersect(ICoordinate, ICoordinate, ICoordinate, ICoordinate)
OverLoad of DoLineSegmentsIntersect(x1, y1, x2, y2, x3, y3, x4, y4)
Public methodStatic memberDoLineSegmentsIntersect(Double, Double, Double, Double, Double, Double, Double, Double)
Returns true if two line segments intersects. The lines are said to intersect if the lines axctually crosses and not if they only share a point.
Top
See Also