Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvsubdivision2d.cpp796 CvPoint2D32f tempDiff = cvSubdiv2DEdgeDst( edge )->pt; in cvFindNearestPoint2D() local
798 tempDiff.x -= t.x; in cvFindNearestPoint2D()
799 tempDiff.y -= t.y; in cvFindNearestPoint2D()
801 if( icvIsRightOf2( pt, t, tempDiff ) >= 0 ) in cvFindNearestPoint2D()