Home | History | Annotate | Download | only in src

Lines Matching refs:pointB

403     double pointB[3];
411 (CvPoint3D64d*)pointB);
413 if( pointB[2] < 0 )/* If negative use other lines for cross */
418 (CvPoint3D64d*)pointB);
431 *((CvPoint3D64d*)pointB),
436 *((CvPoint3D64d*)pointB),
444 *((CvPoint3D64d*)pointB),
449 *((CvPoint3D64d*)pointB),
470 xB = pointB[0];
471 yB = pointB[1];
472 zB = pointB[2];
484 *((CvPoint3D64d*)pointB),
599 CvPoint3D64d pointB,
617 xB = pointB.x;
618 yB = pointB.y;
619 zB = pointB.z;