Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nmwsharp/potpourri3d
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Jun 20, 2024
2 parents 838889e + 0aa1a44 commit d6ca803
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ python -m pip install potpourri3d --no-binary potpourri3d
- [Mesh Distance](#mesh-distance)
- [Mesh Vector Heat](#mesh-vector-heat)
- [Mesh Geodesic Paths](#mesh-geodesic-paths)
- [Mesh Geodesic Tracing](#mesh-geodesic-tracing)
- [Point Cloud Distance & Vector Heat](#point-cloud-distance--vector-heat)
- [Other Point Cloud Routines](#other-point-cloud-routines)

Expand Down Expand Up @@ -137,7 +138,7 @@ logmap = solver.compute_log_map(sourceV)
- `v_ind` index of the source vertex


### Mesh Geodesics Paths
### Mesh Geodesic Paths

Use [edge flips to compute geodesic paths](https://nmwsharp.com/research/flip-geodesics/) on surfaces. These methods take an initial path, loop, or start & end points along the surface, and straighten the path out to be geodesic.

Expand Down

0 comments on commit d6ca803

Please sign in to comment.