From e618d9689fdf2c8ec3bab8cc92b7708a3895c14d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Thu, 1 Aug 2024 10:26:50 +0200 Subject: [PATCH] Add some detail in the doc --- Isosurfacing_3/include/CGAL/Isosurfacing_3/Cartesian_grid_3.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Isosurfacing_3/include/CGAL/Isosurfacing_3/Cartesian_grid_3.h b/Isosurfacing_3/include/CGAL/Isosurfacing_3/Cartesian_grid_3.h index a2cbdf79578c..7a7227b0a7c0 100644 --- a/Isosurfacing_3/include/CGAL/Isosurfacing_3/Cartesian_grid_3.h +++ b/Isosurfacing_3/include/CGAL/Isosurfacing_3/Cartesian_grid_3.h @@ -351,6 +351,8 @@ class Cartesian_grid_3 /** * \brief returns the coordinates of the grid cell that contains a given point. * + * For points on the boundary between two cells, the smaller index is returned. + * * \param p the point to be located * * \pre `p` is inside the grid.