ShortestDistance: Shortes distance from a point o a 2d segment
Description
Shortes distance from a point o a 2d segment
Usage
ShortestDistance(p, line)
Arguments
line
a 2x2 matrix with the coordinates of two points defining a line
Value
A numeric value, the Euclidean distance of point p
to the line
.