0
The distance between a line and a random point
Is there a function that returns the distance of a point ( with parameters X0 and Y0 ) from a line w the equation y=ax+b
1 Resposta
0
Can you convert your line to a line segment? https://stackoverflow.com/a/6853926