Subdivide only if tDiff on both curves have failed to converge more than 80%

This commit is contained in:
hkrish 2013-12-23 23:27:23 +01:00
parent 45ed406aa3
commit 20fbdcffda

View file

@ -1465,7 +1465,7 @@ new function() { // Scope for methods that require numerical integration
// Define the defaults for these parameters of
// addCurveIntersections():
// tMin, tMax, uMin, uMax, oldTDiff, reverse, recursion
0, 1, 0, 1, 1, false, 0);
0, 1, 0, 1, 0, false, 0);
return locations;
}
}};