Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvlee.cpp4103 pCvDirection pVector21 = pDirectrice1->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()
4116 float det = pVector21->y * pVector43->x - pVector21->x * pVector43->y; in _cvPar_OpenParIntersection()
4124 float d1 = pVector21->y*pPoint1->x - pVector21->x*pPoint1->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()
4241 pCvDirection pVector21 = pDirectrice1->direction; in _cvPar_CloseParIntersection() local
4247 Direction.x = pVector43->x - pVector21->x; in _cvPar_CloseParIntersection()
4248 Direction.y = pVector43->y - pVector21->y; in _cvPar_CloseParIntersection()
[all …]