Searched refs:PrPoint (Results 1 – 1 of 1) sorted by relevance
253 CvPoint2D32f* PrPoint,693 CvPoint2D32f* PrPoint, in _cvProjectionPointToSegment() argument701 *PrPoint = *PointA; in _cvProjectionPointToSegment()717 PrPoint->x = PointO->x - VectorAO.x + alfa*VectorAB.x; in _cvProjectionPointToSegment()718 PrPoint->y = PointO->y - VectorAO.y + alfa*VectorAB.y; in _cvProjectionPointToSegment()