FindShortestCurve¶
Finds the shortest curve (minimizing geodesic) between two points on a
region. On a circle this is the shorter arc, returned as a Circle arc
with exact angles.
ArcLength of the result is the geodesic distance:
In a convex solid the shortest curve is the straight segment between the points:
Curve regions are treated as meshes: the result is the machine-precision path along the polyline.