Home | History | Annotate | Download | only in src

Lines Matching full:dist0

231     double dist0 = 0;
238 dist0 += t0*t0;
243 dist0 += t0*t0;
250 dist0 += t0*t0;
253 return (float)(dist0 + dist1);