Searched refs:vector_AO_AB (Results 1 – 1 of 1) sorted by relevance
712 float vector_AO_AB = (float)fabs(VectorAO.x*VectorAB.y - VectorAO.y*VectorAB.x); in _cvProjectionPointToSegment() local713 *dist = (float)(vector_AO_AB/sqrt((double)scal_AB_AB)); in _cvProjectionPointToSegment()