mirror of https://github.com/CGAL/cgal
Removed erroneous CGAL:: (from CGAL::Approximate_...)
This commit is contained in:
parent
babe5e421a
commit
556e6b9993
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue