Home | History | Annotate | Download | only in src

Lines Matching refs:p1

858     /* corr21 = Fund'*p1 */
961 /* corr2 = Fund' * p1 */
1047 /* Get cross for piece p1,p2 and direction a,b,c */
2617 double P1[3];
2618 double p1[3];
2619 p1[0] = (double)(point1.x);
2620 p1[1] = (double)(point1.y);
2621 p1[2] = 1;
2625 p1,
2627 P1);
2636 P1,
2679 double P1[3];
2684 P1);
2691 P1,
3510 int icvGetCrossLineDirect(CvPoint2D32f p1,CvPoint2D32f p2,float a,float b,float c,CvPoint2D32f* cross)
3518 px1 = p1.x;
3519 py1 = p1.y;