Searched refs:thetaCmp (Results 1 – 1 of 1) sorted by relevance
76 …lue_type ccw( const PointType& p0, const PointType& p1, const PointType& p2, CmpFunctor& thetaCmp ) in ccw() argument79 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 9 milliseconds