RustyLooks
RustyLooks
> Any reason not to use `Triangle_2` type and `intersection(Triangle_2, Triangle_2)`? Yes this is a very simple example for more general intersection of polygons with hole (respecting all the preconditions...
> 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 As explained in the issue, I know that it work with...
If I am referring to: "If your program does not involve the construction of new objects from the input data (such as the intersection of two objects, or the center...