Home
last modified time | relevance | path

Searched refs:icvIsRightOf2 (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvsubdivision2d.cpp719 icvIsRightOf2( const CvPoint2D32f& pt, const CvPoint2D32f& org, const CvPoint2D32f& diff ) in icvIsRightOf2() function
778 if( icvIsRightOf2( t, start, diff ) >= 0 ) in cvFindNearestPoint2D()
789 if( icvIsRightOf2( t, start, diff ) < 0 ) in cvFindNearestPoint2D()
801 if( icvIsRightOf2( pt, t, tempDiff ) >= 0 ) in cvFindNearestPoint2D()