cgal/Straight_skeleton_2
Sébastien Loriot 9f08f92ee9 BUGFIX in offset computation
while computing the offset of a polygon, it might happen that a candidate polygonal
component is discarded (if it's not a valid polygon but a polyline for example).
In that case, some halfedges are marked as visited, but among them some could be
needed by another component. In this patch, we collect all halfedges marked as visited
and unmark them in case the polygon is incomplete.

The test added was not correctly working before the patch.
2012-10-03 08:33:54 +00:00
..
demo/Straight_skeleton_2 CMake: Fix the handling of cmake_policy 2012-08-22 12:35:03 +00:00
dll/Straight_skeleton_2
doc_tex Fix a LaTeX warning: a figure was a lot too large 2012-06-18 10:27:53 +00:00
examples/Straight_skeleton_2 Fix for Windows 'min/max' bug 2012-01-18 12:15:26 +00:00
include/CGAL BUGFIX in offset computation 2012-10-03 08:33:54 +00:00
package_info/Straight_skeleton_2 Cosmetic change: add a space after the license, to be compatible 2012-01-16 15:56:10 +00:00
test/Straight_skeleton_2 BUGFIX in offset computation 2012-10-03 08:33:54 +00:00
TODO
dont_submit