Searched refs:same_direction (Results 1 – 2 of 2) sorted by relevance
495 bool opposite = ! same_direction(res_a1_a2.azimuth, res_b1_b2.azimuth); in apply()639 if (! same_direction(res_a1_b1.azimuth, res_a1_a2.azimuth)) in calculate_collinear_data()744 && same_direction(res_b1_a1.azimuth, res_b1_b2.azimuth)) in calculate_ip_data()761 && same_direction(res_b1_a2.azimuth, res_b1_b2.azimuth)) in calculate_ip_data()778 && same_direction(res_a1_b1.azimuth, res_a1_a2.azimuth)) in calculate_ip_data()795 && same_direction(res_a1_b2.azimuth, res_a1_a2.azimuth)) in calculate_ip_data()829 if (! same_direction(res_a1_ip.azimuth, res_a1_a2.azimuth)) in calculate_ip_data()846 if (! same_direction(res_b1_ip.azimuth, res_b1_b2.azimuth)) in calculate_ip_data()932 static inline bool same_direction(CalcT const& azimuth1, CalcT const& azimuth2) in same_direction() function
134 return same_direction(other); in next_is_collinear()142 && same_direction(other); in operator ==()146 inline bool same_direction(collected_vector const& other) const in same_direction() function