Shortest distance between a point and a line segment
Eli, the code you’ve settled on is incorrect. A point near the line on which the segment lies but far off one end of the segment would be incorrectly judged near the segment. Update: The incorrect answer mentioned is no longer the accepted one. Here’s some correct code, in C++. It presumes a class 2D-vector … Read more