LineTools Class |
Namespace: DHI.Mike1D.Generic.Spatial.Algorithm
public static class LineTools
The LineTools type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AreLineSegmentsParallel(Coordinate, Coordinate, Coordinate, Coordinate) |
OverLoad of AreLineSegmentsParallel(x1, y1, x2, y2, x3, y3, x4, y4)
|
![]() ![]() | AreLineSegmentsParallel(Double, Double, Double, Double, Double, Double, Double, Double) |
Returns true if two line segments are parallel.
|
![]() ![]() | CalculateIntersectionPoint |
Calculate intersection point between two line segments.
|
![]() ![]() | 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.
|