Searched refs:scal_AO_AB (Results 1 – 1 of 1) sorted by relevance
696 float scal_AO_AB, scal_AB_AB; in _cvProjectionPointToSegment() local708 scal_AO_AB = VectorAO.x*VectorAB.x + VectorAO.y*VectorAB.y; in _cvProjectionPointToSegment()716 float alfa = scal_AO_AB/scal_AB_AB; in _cvProjectionPointToSegment()