Home | History | Annotate | Download | only in src

Lines Matching refs:dy1

2943                 double dx1,dy1;
2945 dy1 = imagePoints1[begPoint+currPoint].y - projImagePoints1[currPoint].y;
2946 len1 = sqrt(dx1*dx1 + dy1*dy1);