Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/workbench/
H A Dconvexhull.cxx76 …lue_type ccw( const PointType& p0, const PointType& p1, const PointType& p2, CmpFunctor& thetaCmp ) in ccw() argument
79 typename PointType::value_type theta0( thetaCmp(p0) ); in ccw()
80 typename PointType::value_type theta1( thetaCmp(p1) ); in ccw()
81 typename PointType::value_type theta2( thetaCmp(p2) ); in ccw()

Completed in 7 milliseconds