Bézier curves/Intersections: Difference between revisions

Content added Content deleted
(→‎{{header|D}}: Commentary on the low advisability of actually stopping after four detections.)
(→‎{{header|D}}: Comment out inadvisable code.)
Line 475:
workload.insertFront(workset (p, q));
 
// Quit looking /* after having found four intersections or*/ emptied theor
// emptied the workload.
while (/*num_intersections != 4 &&*/ !workload.empty)
{
auto work = workload.front;