aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.
http://www.anderswallin.net/cam/
GNU Lesser General Public License v2.1
198 stars 68 forks source link

Offset bug #7

Open aewallin opened 12 years ago

aewallin commented 12 years ago

There is a bug in Offset which causes erratic behaviour if the offset-distance is chosen so that it exactly matches the offset-distance of a LINELINE or PARA_LINELINE edge (these edges cannot sensibly be parametrized with the t-value). The correct behavior is probably not to output an offset loop at all for this t-value.