Sebastien Loriot

Results 671 comments of Sebastien Loriot

Any reason not to use `Triangle_2` type and `intersection(Triangle_2, Triangle_2)`?

You need to use `CGAL::Exact_predicates_exact_constructions_kernel` if you want to use the sweep-line based intersection computation. https://www.cgal.org/FAQ.html#inexact_NT

If you know, then the title of your issue is misleading. Precondition is raised because exact constructions are required. Moreover, you are saying that you have a 10x penalty but...

Successfully tested in CGAL-6.0-Ic-96

@afabri, this PR was marked tested 3 month ago and is still waiting for some TODOs. Maybe you want to open an issue instead and integrate the PR.