From 0aa1a44d57ced03b994d65256b152fb91ad9a318 Mon Sep 17 00:00:00 2001 From: Nicholas Sharp Date: Thu, 20 Jun 2024 00:00:32 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac78c1b..330b040 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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.