Jump to content

Bézier curves/Intersections: Difference between revisions

→‎{{header|D}}: A small tightening of the final answers. I don’t think there is actually any change in the printout.
(A new task for the font nerds and others.)
 
(→‎{{header|D}}: A small tightening of the final answers. I don’t think there is actually any change in the printout.)
Line 420:
{
exclude = false;
immutable xmin = minmax (pxmin, qxmin);
immutable xmax = maxmin (pxmax, qxmax);
if (xmax - xmin <= tol)
{
immutable ymin = minmax (pymin, qymin);
immutable ymax = maxmin (pymax, qymax);
if (ymax - ymin <= tol)
{
1,448

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.