Lines Matching refs:P2
933 /* corr22 = Fund*p2 */
1047 /* Get cross for piece p1,p2 and direction a,b,c */
2633 double P2[3];
2638 P2);
2645 P2,
2665 double P2[3];
2666 double p2[3];
2667 p2[0] = (double)(point2.x);
2668 p2[1] = (double)(point2.y);
2669 p2[2] = 1;
2673 p2,
2675 P2);
2682 P2,
3510 int icvGetCrossLineDirect(CvPoint2D32f p1,CvPoint2D32f p2,float a,float b,float c,CvPoint2D32f* cross)
3521 px2 = p2.x;
3522 py2 = p2.y;