Searched refs:VectorAO (Results 1 – 1 of 1) sorted by relevance
707 CvPoint2D32f VectorAO = {PointO->x - PointA->x, PointO->y - PointA->y}; in _cvProjectionPointToSegment() local708 scal_AO_AB = VectorAO.x*VectorAB.x + VectorAO.y*VectorAB.y; in _cvProjectionPointToSegment()712 float vector_AO_AB = (float)fabs(VectorAO.x*VectorAB.y - VectorAO.y*VectorAB.x); 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()