Added a note about a fix to the minkowski_sum_2() function in the 2D Minkowski sum package

This commit is contained in:
Efi Fogel 2018-11-28 13:06:40 +02:00
parent dbc45fac53
commit 0ff6b941cb
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@ Release date: March 2019
`Arr_polyline_traits_2`, `Arr_polycurve_traits_2`, and
`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
------------