diff --git a/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h b/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h index 29365993850..e5fc2378b54 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h @@ -78,8 +78,14 @@ Angle angle(const CGAL::Point_3&p, const CGAL::Point_3&r, const CGAL::Vector_3&v); +/// @} + +/// \defgroup approximate_angle_grp CGAL::approximate_angle() +/// \ingroup kernel_global_function +/// @{ + /*! returns an approximation of the angle between `p-q` and `r-q`. The angle is given in degrees. @@ -98,7 +104,13 @@ The angle is given in degrees. template Kernel::FT approximate_angle(const CGAL::Vector_3& u, const CGAL::Vector_3& v); - + /// @} + + + +/// \defgroup approximate_dihedral_angle_grp CGAL::approximate_dihedral_angle() +/// \ingroup kernel_global_function +/// @{ /*! returns an approximation of the signed dihedral angle in the tetrahedron `pqrs` of edge `pq`. The sign is negative if `orientation(p,q,r,s)` is `CGAL::NEGATIVE` and positive otherwise.