Removed erroneous CGAL:: (from CGAL::Approximate_...)

This commit is contained in:
Efi Fogel 2025-08-22 14:09:19 +03:00
parent babe5e421a
commit 556e6b9993
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ public:
* `p`'s \f$y\f$-coordinate (if `i == 1`).
* \pre `i` is either 0 or 1.
*/
CGAL::Approximate_number_type operator()(AosTraits::Point_2 p, int i);
Approximate_number_type operator()(AosTraits::Point_2 p, int i);
/// @}
}; /* end AosTraits::Approximate_2 */

View File

@ -18,7 +18,7 @@ public:
/*! obtains an approximation of `p`.
*/
CGAL::Approximate_point_2 operator()(AosTraits::Point_2 p);
Approximate_point_2 operator()(AosTraits::Point_2 p);
/*! approximates a given \f$x\f$-monotone curve. It computes a sequence of
* approximate points that represent an approximate polyline, and inserts