Searched defs:angle_less (Results 1 – 2 of 2) sorted by relevance
72 struct angle_less struct74 typedef Point vector_type;76 angle_less(Point const& origin, SideStrategy const& strategy) in angle_less() function82 inline bool operator()(Angle const& p, Angle const& q) const in operator ()()120 Point m_origin;121 SideStrategy m_strategy;
115 > angle_less; in get_left_turns() typedef