Searched refs:alfa (Results 1 – 1 of 1) sorted by relevance
716 float alfa = scal_AO_AB/scal_AB_AB; in _cvProjectionPointToSegment() local717 PrPoint->x = PointO->x - VectorAO.x + alfa*VectorAB.x; in _cvProjectionPointToSegment()718 PrPoint->y = PointO->y - VectorAO.y + alfa*VectorAB.y; in _cvProjectionPointToSegment()