Home
last modified time | relevance | path

Searched refs:pPoint3 (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
Dcvlee.cpp4106 pCvPointFloat pPoint3 = &(pDirectrice2->node1->node); in _cvPar_OpenParIntersection() local
4119 Point.x = (pPoint1->x + pPoint3->x)/2; in _cvPar_OpenParIntersection()
4120 Point.y = (pPoint1->y + pPoint3->y)/2; in _cvPar_OpenParIntersection()
4125 float d2 = pVector43->y*pPoint3->x - pVector43->x*pPoint3->y; in _cvPar_OpenParIntersection()
4244 pCvPointFloat pPoint3 = &(pDirectrice2->node1->node); in _cvPar_CloseParIntersection() local
4257 Point.x = (pPoint1->x + pPoint3->x)/2; in _cvPar_CloseParIntersection()
4258 Point.y = (pPoint1->y + pPoint3->y)/2; in _cvPar_CloseParIntersection()
4263 float d2 = pVector43->y*pPoint3->x - pVector43->x*pPoint3->y; in _cvPar_CloseParIntersection()