mirror of https://github.com/CGAL/cgal
Updated changes for 2D Arrangements
This commit is contained in:
parent
c0fc218fdf
commit
c1b19fa355
|
|
@ -257,9 +257,17 @@ g
|
||||||
- Fixed a bug in the surface-sweep framework (Surface_sweep_2) that ensures
|
- Fixed a bug in the surface-sweep framework (Surface_sweep_2) that ensures
|
||||||
that an event is never left without (left or right) curves.
|
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).
|
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
|
Release 4.12
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue