Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvlee.cpp4107 pCvDirection pVector43 = pDirectrice2->direction; in _cvPar_OpenParIntersection() local
4109 Direction.x = pVector43->x - pVector21->x; in _cvPar_OpenParIntersection()
4110 Direction.y = pVector43->y - pVector21->y; in _cvPar_OpenParIntersection()
4114 Direction = *pVector43; in _cvPar_OpenParIntersection()
4116 float det = pVector21->y * pVector43->x - pVector21->x * pVector43->y; in _cvPar_OpenParIntersection()
4125 float d2 = pVector43->y*pPoint3->x - pVector43->x*pPoint3->y; in _cvPar_OpenParIntersection()
4126 Point.x = (float)((pVector43->x*d1 - pVector21->x*d2)/det); in _cvPar_OpenParIntersection()
4127 Point.y = (float)((pVector43->y*d1 - pVector21->y*d2)/det); in _cvPar_OpenParIntersection()
4245 pCvDirection pVector43 = pDirectrice2->direction; in _cvPar_CloseParIntersection() local
4247 Direction.x = pVector43->x - pVector21->x; in _cvPar_CloseParIntersection()
[all …]