mirror of https://github.com/CGAL/cgal
added todos
This commit is contained in:
parent
c21a2da2a1
commit
ce20aba740
|
|
@ -32,6 +32,11 @@
|
||||||
#include <stack>
|
#include <stack>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
// TODO:
|
||||||
|
// * rm DT = O(n^2)
|
||||||
|
// * rm do_intersect
|
||||||
|
// * fix handle needles = O(nlogn)
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
template<class Arrangement_2_, class RegularizationCategory = CGAL::Tag_true>
|
template<class Arrangement_2_, class RegularizationCategory = CGAL::Tag_true>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue