This commit is contained in:
Andreas Fabri 2024-01-29 16:22:20 +00:00
parent ab19b99105
commit 276857a49c
1 changed files with 3 additions and 1 deletions

View File

@ -2688,12 +2688,14 @@ const CGAL::Point_3<Kernel>& r);
// The same reason as do_intersect.
/// \defgroup squared_distance_grp CGAL::squared_distance()
/// \defgroup squared_length_grp CGAL::squared_distance()
/// \ingroup kernel_global_function
/// \defgroup squared_radius_grp CGAL::squared_length()
/// \ingroup kernel_global_function
/// @{
/*!
compute the squared length of vector `v`.
*/