Home | History | Annotate | Download | only in src

Lines Matching refs:vect

100     Point2f* vect = (Point2f*)(inv_vect_length + n);
139 vect[i].x = (float)dx;
140 vect[i].y = (float)dy;
148 double ax = vect[n-1].x;
149 double ay = vect[n-1].y;
153 double bx = vect[i].x;
154 double by = vect[i].y;
187 float dp0 = base_a * vect[seq[0]].x + base_b * vect[seq[0]].y;
188 float dp1 = -base_b * vect[seq[1]].x + base_a * vect[seq[1]].y;
189 float dp2 = -base_a * vect[seq[2]].x - base_b * vect[seq[2]].y;
190 float dp3 = base_b * vect[seq[3]].x - base_a * vect[seq[3]].y;
210 float lead_x = vect[pindex].x*inv_vect_length[pindex];
211 float lead_y = vect[pindex].y*inv_vect_length[pindex];