From: Johan E. <jbc...@sw...> - 2012-01-04 17:56:04
|
On 4-1-2012 1:45, Nathan Hurst wrote: > On Tue, Jan 03, 2012 at 11:50:58PM +0100, Johan Engelen wrote: >> Hi all, >> >> In path-intersection.cpp, function curve_mono_splits, line 461. >> 'deriv' is not used, but should be in lines 463-464 instead of 'd', right? >> Looks like an obvious bug, but I thought I should check, just in >> case. > Yes. Do we use that code? > > The function is supposed to find points on the curve that are parallel > to the axes by finding where the derivatives are zero. It's fixed now. Pretty bad bug. Perhaps the code is used by the boolops stuff? Ciao, Johan |