Updated changes for 2D Arrangements

This commit is contained in:
Efi Fogel 2018-09-09 16:56:23 +03:00
parent c0fc218fdf
commit c1b19fa355
1 changed files with 9 additions and 1 deletions

View File

@ -257,9 +257,17 @@ g
- Fixed a bug in the surface-sweep framework (Surface_sweep_2) that ensures
that an event is never left without (left or right) curves.
- Fixed constructor of Arr_counting_traits.h. (In particular, added missing
- Fixed a constructor of Arr_counting_traits.h. (In particular, added missing
const of a parameter).
- Fixed zone computation of a curve in cases where the lexicographic smallest
end of the curve lies on the parameter space.
- Implemented missing function object Compare_x_near_boundary of
Arr_polyline_traits_2, Arr_polycurve_traits_2, and
Arr_polycurve_basic_traits_2.
Release 4.12
------------