LineToolsDoLineSegmentsIntersect Method |
Name | Description | |
---|---|---|
DoLineSegmentsIntersect(Coordinate, Coordinate, Coordinate, Coordinate) |
OverLoad of DoLineSegmentsIntersect(x1, y1, x2, y2, x3, y3, x4, y4)
| |
DoLineSegmentsIntersect(ICoordinate, ICoordinate, ICoordinate, ICoordinate) |
OverLoad of DoLineSegmentsIntersect(x1, y1, x2, y2, x3, y3, x4, y4)
| |
DoLineSegmentsIntersect(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.
|