Returns the distance between a line defined by two points and a point. To get the distance between a point and a segment (with a specific length) use Utils#ptSeqDistSq.
X-coordinate of point 1 of the line.
Y-coordinate of point 1 of the line.
X-coordinate of the point.
Y-coordinate of the point.
Returns the distance between a line defined by two points and a point. To get the distance between a point and a segment (with a specific length) use Utils#ptSeqDistSq.