From 92003f37ac757ffbb8ebb002519975fe6cb08428 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Tue, 23 Apr 2019 14:46:08 +0200 Subject: [PATCH] Improved documentation. --- include/deal.II/base/bounding_box.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/deal.II/base/bounding_box.h b/include/deal.II/base/bounding_box.h index bfb85c5e79..8922fa6b36 100644 --- a/include/deal.II/base/bounding_box.h +++ b/include/deal.II/base/bounding_box.h @@ -141,8 +141,10 @@ public: point_inside(const Point &p) const; /** - * Increase (or decrease) the size of the bounding box by the given amount, - * in both directions in all coordinate directions. + * Increase (or decrease) the size of the bounding box by the given amount. + * After calling this method, the lower left corner of the bounding box will + * have each coordinate decreased by @p amount, and the upper right corner + * of the bounding box will have each coordinate increased by @p amount. * * If you call this method with a negative number, and one of the axes of the * original bounding box is smaller than amount/2, the method will trigger -- 2.39.5