mirror of https://github.com/CGAL/cgal
Added (i) bug fix in landmark pl strategy of 2D Arrangements, and (ii) memory leaks fix of 2D Reg. Boolean Set Ops.
This commit is contained in:
parent
d6ef591c06
commit
c398ede5b5
|
|
@ -118,13 +118,19 @@ and <code>src/</code> directories).
|
|||
</li>
|
||||
<li> ... And the price</li>
|
||||
</ul>
|
||||
<h3>2D Regularized Boolean Set-Operations</h3>
|
||||
<ul>
|
||||
<li>Fixed two memory leaks in
|
||||
<code>CGAL::General_polygon_set_2</code>.
|
||||
</li>
|
||||
</ul>
|
||||
<h3>2D Arrangements</h3>
|
||||
<ul>
|
||||
<li> Revise the API of <b>polylines</b>. In particular,
|
||||
<i>construction</i> is now done using functors
|
||||
and <i>iteration</i> is possible only on the segments of a
|
||||
polyline.
|
||||
</li>
|
||||
<li>Fixed a bug in the <i>Landmark</i> point-location strategy.</li>
|
||||
</ul>
|
||||
<h3>3D Alpha Shapes</h3>
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Reference in New Issue