Added Spatial_searching Splitter bugfix to changes.html

This commit is contained in:
m.overtheil 2014-10-31 11:29:37 +01:00
parent c0a37c0a05
commit dd71424b23
1 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- $Id$
$URL$
-->
@ -137,6 +137,14 @@ and <code>src/</code> directories).
</ul>
<!-- Geometry Processing -->
<!-- Spatial Searching and Sorting -->
<h3>Spatial Searching</h3>
<ul>
<li>
Fixed a bug in <code>CGAL::Splitters.h</code> sliding mitdpoint rule,
where degenerated point sets (e.g.,points on segment)
caused the kd-tree to get linear.
</li>
</ul>
<!-- Geometric Optimization -->
<!-- Interpolation -->
<!-- Support Library -->