Skip to content

Commit

Permalink
wording tweaks [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp authored Apr 8, 2021
1 parent 2fd70cb commit 8cbc489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ logmap = solver.compute_log_map(sourceV)

### Mesh Geodesic Paths

Use [edge flips to compute geodesic paths](https://nmwsharp.com/research/flip-geodesics/) on surfaces. These methods are especially useful when you want the path itself, rather than the distance. Note that in general, these routines are **not** guaranteed to generate the globally-shortest geodesic. However, they can be orders of magnitude faster than methods which have such a guarantee.
Use [edge flips to compute geodesic paths](https://nmwsharp.com/research/flip-geodesics/) on surfaces. These methods are especially useful when you want the path itself, rather than the distance. These routines use an iterative strategy which is quite fast, but note that it is not guaranteed to generate the globally-shortest geodesic (they sometimes find some other very short geodesic instead).

<img src="https://github.com/nmwsharp/potpourri3d/blob/master/media/elephant_geodesic.jpg" height="400">

Expand Down

0 comments on commit 8cbc489

Please sign in to comment.