Computes the distance from a line segment AB to a line segment CD Note: NON-ROBUST!
[Visual Basic]
Public Shared Function DistanceLineLine( _
ByVal A As Coordinate, _
ByVal B As Coordinate, _
ByVal C As Coordinate, _
ByVal D As Coordinate _
) As Double
Missing <returns> documentation for M:Geotools.Algorithms.CGAlgorithms.DistanceLineLine(Geotools.Geometries.Coordinate,Geotools.Geometries.Coordinate,Geotools.Geometries.Coordinate,Geotools.Geometries.Coordinate)
Missing <remarks> documentation for M:Geotools.Algorithms.CGAlgorithms.DistanceLineLine(Geotools.Geometries.Coordinate,Geotools.Geometries.Coordinate,Geotools.Geometries.Coordinate,Geotools.Geometries.Coordinate)
CGAlgorithms Class | CGAlgorithms Members | Geotools.Algorithms Namespace