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