Home | History | Annotate | Download | only in pathops

Lines Matching refs:distanceSquared

432         double startDist = test->fPart[0].distanceSquared(pt);
437 double endDist = test->fPart[OppCurve::kPointLast].distanceSquared(pt);
1384 double distSq = thisRayI.pt(index).distanceSquared(oppRayI.pt(oIndex));
1403 double distSq = oppIPt.distanceSquared(iPt);
1906 double dist = c1[c1Index].distanceSquared(c2[c2Index]);