Inheritance Hierarchy
Namespace:
DHI.Mike1D.Generic.Spatial.Algorithm
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntaxpublic static class LineTools
The LineTools type exposes the following members.
Methods
| Name | Description |
---|
  | AreLineSegmentsParallel(Coordinate, Coordinate, Coordinate, Coordinate) | |
  | AreLineSegmentsParallel(Double, Double, Double, Double, Double, Double, Double, Double) | |
  | CalculateIntersectionPoint | |
  | DoLineSegmentsIntersect(Coordinate, Coordinate, Coordinate, Coordinate) | |
  | DoLineSegmentsIntersect(ICoordinate, ICoordinate, ICoordinate, ICoordinate) | |
  | DoLineSegmentsIntersect(Double, Double, Double, Double, Double, Double, Double, Double) | |
Top
See Also