mirror of https://github.com/CGAL/cgal
Added a note about a fix to the minkowski_sum_2() function in the 2D Minkowski sum package
This commit is contained in:
parent
dbc45fac53
commit
0ff6b941cb
|
|
@ -54,6 +54,12 @@ Release date: March 2019
|
||||||
`Arr_polyline_traits_2`, `Arr_polycurve_traits_2`, and
|
`Arr_polyline_traits_2`, `Arr_polycurve_traits_2`, and
|
||||||
`Arr_polycurve_basic_traits_2`.
|
`Arr_polycurve_basic_traits_2`.
|
||||||
|
|
||||||
|
### 2D Minkowski Sums
|
||||||
|
|
||||||
|
- Fixed a bug in the function that computed the Minkowski sum using the
|
||||||
|
reduced-convolution method. In particular, correctly handled the case where
|
||||||
|
one of the summands does not have an outer boundaey.
|
||||||
|
|
||||||
Release 4.13
|
Release 4.13
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue