Home | History | Annotate | Download | only in pathops

Lines Matching refs:distanceSquared

239         double testLenSq = testStartPt.distanceSquared(testEndPt);
251 double distSq = testStartPt.distanceSquared(nextStartPt);
264 double nextLenSq = nextStartPt.distanceSquared(nextEndPt);