From: Nathan H. <nj...@nj...> - 2012-01-04 00:44:30
|
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. njh |