Searched refs:tempDiff (Results 1 – 1 of 1) sorted by relevance
796 CvPoint2D32f tempDiff = cvSubdiv2DEdgeDst( edge )->pt; in cvFindNearestPoint2D() local798 tempDiff.x -= t.x; in cvFindNearestPoint2D()799 tempDiff.y -= t.y; in cvFindNearestPoint2D()801 if( icvIsRightOf2( pt, t, tempDiff ) >= 0 ) in cvFindNearestPoint2D()