Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/workbench/
H A Dconvexhull.cxx190 ThetaCompare<Point2D> cmpFunc(result[1]); in convexHull() local
191 ::std::sort( result.begin()+1, result.end(), cmpFunc ); in convexHull()
200 while( ccw(result[M], result[M-1], result[i], cmpFunc) >= 0 ) in convexHull()

Completed in 4 milliseconds