Searched refs:PointO (Results 1 – 1 of 1) sorted by relevance
250 void _cvProjectionPointToSegment(CvPoint2D32f* PointO,690 void _cvProjectionPointToSegment(CvPoint2D32f* PointO, in _cvProjectionPointToSegment() argument703 …*dist = (float)sqrt( (double)(PointO->x -PointA->x)*(PointO->x -PointA->x) + (PointO->y - PointA->… in _cvProjectionPointToSegment()707 CvPoint2D32f VectorAO = {PointO->x - PointA->x, PointO->y - PointA->y}; 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()