Home | History | Annotate | Download | only in src

Lines Matching refs:dy2

2949                 double dx2,dy2;
2951 dy2 = imagePoints2[begPoint+currPoint].y - projImagePoints2[currPoint].y;
2952 len2 = sqrt(dx2*dx2 + dy2*dy2);