Skip to content

Commit

Permalink
Add dD example to User Manual
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Dec 9, 2024
1 parent bfe15ae commit 819e3cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Frechet_distance/doc/Frechet_distance/Frechet_distance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ The following example shows how we can compute the Fréchet distance up to a giv
\cgalExample{Frechet_distance/Frechet_distance_3.cpp}



\subsection subsecFrechetDistanceSecondExample Distance Computation for dD Polylines

The following example shows how we can compute the Fréchet distance up to a given precision on two polylines in 4-dimensional Euclidean space using `approximate_Frechet_distance()`.

\cgalExample{Frechet_distance/Frechet_distance_d.cpp}


\subsection subsecFrechetDistanceImageCredits Image Credits

The teaser image is a visualization of two data points from the <a href="https://archive.ics.uci.edu/dataset/175/character+trajectories">Character Trajectories</a> data set.
Expand Down
1 change: 1 addition & 0 deletions Frechet_distance/doc/Frechet_distance/examples.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*!
\example Frechet_distance/Frechet_distance_2.cpp
\example Frechet_distance/Frechet_distance_3.cpp
\example Frechet_distance/Frechet_distance_d.cpp
*/

0 comments on commit 819e3cf

Please sign in to comment.