From: wolf Date: Fri, 8 Oct 2004 18:46:01 +0000 (+0000) Subject: Augment documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4296c0b94ab81a82959c44b76497ccc8f95906b0;p=dealii-svn.git Augment documentation. git-svn-id: https://svn.dealii.org/trunk@9704 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;