nmwsharp / geometry-central

Applied 3D geometry in C++, with a focus on surface meshes.
https://geometry-central.net
MIT License
1.01k stars 141 forks source link

Use MMP to compute gradient of distance function and log map #146

Closed MarkGillespie closed 1 year ago

MarkGillespie commented 1 year ago

This code adds helper functions to compute exact geodesic distance gradients & log maps with MMP, as well as adding const all over the place