Curve.Distance
Description:
Returns the shortest distance from the specified point to this curve.
Returns the shortest distance from the specified point to this curve.
Remarks:
Returns the distance from the closest point on the curve to the specified point.
Returns the distance from the closest point on the curve to the specified point.
-
pointThe specified point.
Return Value
double
The real number equal to the shortest distance.
-
Thrown when failed to find the closest point on the curve.