isRightOf 927 modules/imgproc/include/opencv2/imgproc.hpp int isRightOf(Point2f pt, int edge) const; isRightOf 293 modules/imgproc/src/subdivision2d.cpp int right_of_curr = isRightOf(pt, edge); isRightOf 305 modules/imgproc/src/subdivision2d.cpp int right_of_onext = isRightOf( pt, onext_edge ); isRightOf 306 modules/imgproc/src/subdivision2d.cpp int right_of_dprev = isRightOf( pt, dprev_edge ); isRightOf 337 modules/imgproc/src/subdivision2d.cpp isRightOf( vtx[edgeDst(onext_edge)].pt, edge ) >= 0 ) isRightOf 464 modules/imgproc/src/subdivision2d.cpp if( isRightOf( vtx[temp_dst].pt, curr_edge ) > 0 &&