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: interior mesh vertices are returned at machine precision, while the two query points are kept verbatim.