mirror of https://github.com/CGAL/cgal
Cleaned up
This commit is contained in:
parent
17911cbfd8
commit
e8f81ff4fc
|
|
@ -27,6 +27,10 @@
|
||||||
* Arrangement_2 package, which it is now part of. It contains a traits
|
* Arrangement_2 package, which it is now part of. It contains a traits
|
||||||
* class for the arrangement package that handles circular and linear curves.
|
* class for the arrangement package that handles circular and linear curves.
|
||||||
* It is based on the circular kernel.
|
* It is based on the circular kernel.
|
||||||
|
*
|
||||||
|
* \todo Fix the circular-kernel make-x-monotone functor to use modern variant
|
||||||
|
* instead of the legacy CGAL::Object. Then, eliminate the special
|
||||||
|
* implementation here and directly use the kernel functor instead.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue