Lines Matching refs:endl

312     cout << "# convex hull testing" << endl   in Impl_calcSafeParams_clip()
328 << "'-' using ($1):($2) title \"convex hull\" with lp" << endl; in Impl_calcSafeParams_clip()
333 cout << poly[k].x << " " << poly[k].y << endl; in Impl_calcSafeParams_clip()
335 cout << poly[0].x << " " << poly[0].y << endl; in Impl_calcSafeParams_clip()
336 cout << "e" << endl; in Impl_calcSafeParams_clip()
340 cout << convHull[k].x << " " << convHull[k].y << endl; in Impl_calcSafeParams_clip()
342 cout << convHull[0].x << " " << convHull[0].y << endl; in Impl_calcSafeParams_clip()
343 cout << "e" << endl; in Impl_calcSafeParams_clip()
405 cout << "# safe param range testing" << endl in printCurvesWithSafeRange()
477 << bounds_c2.c-bounds_c2.dMax << ",t) title \"fat line (max) \"" << endl; in printCurvesWithSafeRange()
490 cout << "# final result" << endl in printResultWithFinalCurves()
552 << c2_part.p3.y << ",t)" << endl; in printResultWithFinalCurves()
720 cerr << "Matrix singular!" << endl; in Impl_calcFocus()
885 cout << "# convex hull testing (focus)" << endl in Impl_calcSafeParams_focus()
888 << "'-' using ($1):($2) title \"convex hull\" with lp" << endl; in Impl_calcSafeParams_focus()
893 cout << controlPolygon[count].x << " " << controlPolygon[count].y << endl; in Impl_calcSafeParams_focus()
895 cout << controlPolygon[0].x << " " << controlPolygon[0].y << endl; in Impl_calcSafeParams_focus()
896 cout << "e" << endl; in Impl_calcSafeParams_focus()
900 cout << convHull[count].x << " " << convHull[count].y << endl; in Impl_calcSafeParams_focus()
902 cout << convHull[0].x << " " << convHull[0].y << endl; in Impl_calcSafeParams_focus()
903 cout << "e" << endl; in Impl_calcSafeParams_focus()
975 << endl; in Impl_applySafeRanges_rec()
984 << endl; in Impl_applySafeRanges_rec()
1190 cerr << "range: " << t2_c1 - t1_c1 << ", ret: " << bRet << endl; in operator ()()
1350 cout << "#!/usr/bin/gnuplot -persist" << endl in main()
1351 << "#" << endl in main()
1352 << "# automatically generated by bezierclip, don't change!" << endl in main()
1353 << "#" << endl in main()
1354 << "set parametric" << endl in main()
1355 << "bez(p,q,r,s,t) = p*(1-t)**3+q*3*(1-t)**2*t+r*3*(1-t)*t**2+s*t**3" << endl in main()
1356 << "bezd(p,q,r,s,t) = 3*(q-p)*(1-t)**2+6*(r-q)*(1-t)*t+3*(s-r)*t**2" << endl in main()
1357 << "pointmarkx(c,t) = c-0.03*t" << endl in main()
1358 << "pointmarky(c,t) = c+0.03*t" << endl in main()
1359 << "linex(a,b,c,t) = a*-c + t*-b" << endl in main()
1360 << "liney(a,b,c,t) = b*-c + t*a" << endl << endl in main()
1361 << "# end of setup" << endl << endl; in main()
1367 cout << "# convex hull testing" << endl in main()
1393 cout << ",\\" << endl; in main()
1395 cout << endl; in main()
1414 cout << convHull[k].x << " " << convHull[k].y << endl; in main()
1416 cout << convHull[0].x << " " << convHull[0].y << endl; in main()
1417 cout << "e" << endl; in main()
1425 cout << "# multi subdivide testing" << endl in main()
1487 cout << ",\\" << endl; in main()
1489 cout << endl; in main()
1497 cout << "# fat line testing" << endl in main()
1541 cout << ",\\" << endl; in main()
1543 cout << endl; in main()
1551 cout << "# focus line testing" << endl in main()
1586 cout << ",\\" << endl; in main()
1588 cout << endl; in main()
1595 cout << "# safe param base method testing" << endl in main()
1638 cout << ",\\" << endl; in main()
1640 cout << endl; in main()
1670 cout << poly[k].x << " " << poly[k].y << endl; in main()
1672 cout << poly[0].x << " " << poly[0].y << endl; in main()
1673 cout << "e" << endl; in main()
1677 cout << convHull[k].x << " " << convHull[k].y << endl; in main()
1679 cout << convHull[0].x << " " << convHull[0].y << endl; in main()
1680 cout << "e" << endl; in main()
1691 cout << "# safe param range testing" << endl in main()
1752 cout << ",\\" << endl; in main()
1754 cout << endl; in main()
1789 cout << "# safe param range from focus testing" << endl in main()
1843 cerr << "t1: " << t1 << ", t2: " << t2 << endl; in main()
1910 cout << ",\\" << endl; in main()
1912 cout << endl; in main()
1957 cout << endl << endl << "# bezier clip testing" << endl in main()
2013 cout << ",\\" << endl; in main()
2015 cout << endl; in main()
2039 cout << result[k].first << endl; in main()
2041 cout << "e" << endl; in main()
2045 cout << result[k].second << endl; in main()
2047 cout << "e" << endl; in main()