DistancePointLine: Computes the distance between a point and a line
Description
DistancePointLine computes the distance between a point and a line
Usage
DistancePointLine(P, Line)
Arguments
P
Vector containing the xy-coordinates of a point
Line
Vector object previously created with CreateLinePoints or CreateLineAngle
Value
Returns the distance between a point and a line. This distance corresponds to the distance between the point and its orthogonal projection into the line