Snap_rounding: cleanup

This commit is contained in:
Andreas Fabri 2022-11-14 18:10:26 +00:00
parent 01f8f1bc1d
commit c5993c7458
2 changed files with 2 additions and 3 deletions

View File

@ -189,7 +189,7 @@ class ConstructVertex_2
public: public:
/*! /*!
returns the source or target of `seg`. If `i` modulo 2 is 0, returns the source or target of `seg`. If `i` modulo 2 is 0,
the source is returned, otherwise the target is returned.} the source is returned, otherwise the target is returned.
*/ */
Point_2 operator()(Segment_2 seg, int i); Point_2 operator()(Segment_2 seg, int i);
}; };
@ -223,7 +223,7 @@ class ConstructIsoRectangle_2
public: public:
/*! /*!
introduces an iso-oriented rectangle fo whose minimal `x` coordinate introduces an iso-oriented rectangle whose minimal `x` coordinate
is the one of `left`, the maximal `x` coordinate is the one of is the one of `left`, the maximal `x` coordinate is the one of
`right`, the minimal `y` coordinate is the one of `bottom`, `right`, the minimal `y` coordinate is the one of `bottom`,
the maximal `y` coordinate is the one of `top`.} the maximal `y` coordinate is the one of `top`.}

View File

@ -19,7 +19,6 @@
#include <list> #include <list>
#include <CGAL/basic.h> #include <CGAL/basic.h>
#include <CGAL/predicates_on_points_2.h>
#include <iostream> #include <iostream>
#include <CGAL/predicates_on_points_2.h> #include <CGAL/predicates_on_points_2.h>
#include <CGAL/utility.h> #include <CGAL/utility.h>