closestPointScalarFromPointToSegment
-
closestPointScalarFromPointToSegment() -
Finds the scalar for the closest point on line segment p0-p1 to the given point. The returned scalar will always be in the range [0, 1], where 0 indicates p0 is closest, and 1 indicates p1 is closest.
Parameters
Returns: number