cgal/Triangulation_2
Laurent Rineau c40d7124d0 Fix CDT_2 errors, using snapping of intersection points
When `Constrained_triangulation_2` computes the intersection of two
segments, with a floating-point number type, and with
`Exact_predicates_tag`, the computed intersection point is snapped to an
extremity of the two segments, if it is closest to 4 ulp (with the l-inf
distance).

That value `4` can be changed by defining the macro
`CGAL_CDT_2_INTERSECTION_SNAPPING_ULP_DISTANCE` to another value.
2018-05-30 14:34:34 +02:00
..
applications/Triangulation_2 Updated and new input data files for apps 2014-09-05 09:19:44 +02:00
benchmark/Triangulation_2 cleanup of accidentally added #include 2015-09-07 21:14:09 +02:00
demo/Triangulation_2/data cleanup 2015-10-02 08:17:19 +02:00
doc/Triangulation_2 Fixed regular triangulation capitalization across CGAL 2017-06-28 10:16:23 +02:00
examples/Triangulation_2 Triangulation_2: Add an example that combines Projection_traits and vertex_with_info 2017-01-23 09:18:39 +01:00
include/CGAL Fix CDT_2 errors, using snapping of intersection points 2018-05-30 14:34:34 +02:00
package_info/Triangulation_2 New license.txt files (eol changes) 2013-02-19 16:46:39 +01:00
test/Triangulation_2 Fix a warning 2017-07-18 16:46:56 +02:00
TODO