From 93aeb14e9d08a67d0748215f8b60d349c074a01b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 8 Oct 2004 18:46:01 +0000 Subject: [PATCH] Augment documentation. git-svn-id: https://svn.dealii.org/trunk@9704 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/point.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deal.II/base/include/base/point.h b/deal.II/base/include/base/point.h index dba7de6ded..3e8bf6b8d3 100644 --- a/deal.II/base/include/base/point.h +++ b/deal.II/base/include/base/point.h @@ -155,8 +155,11 @@ class Point : public Tensor<1,dim> double square () const; /** - * Returns the distance of this - * point to the point p. + * Returns the Euclidian distance of + * this point to the point + * p, i.e. the l_2 norm + * of the difference between the vectors + * representing the two points. */ double distance (const Point &p) const; -- 2.39.5