src/dist.rs

changeset 13
f67949050a32
parent 8
17d71ca4ce84
child 17
ad68dacabe4f
--- a/src/dist.rs	Tue Oct 22 08:27:45 2024 -0500
+++ b/src/dist.rs	Tue Oct 22 08:39:46 2024 -0500
@@ -1,3 +1,6 @@
+/*!
+Implementations of the distance function and the distance function squared, on manifolds.
+*/
 
 use alg_tools::mapping::Apply;
 use crate::manifold::ManifoldPoint;

mercurial