Searched refs:angle_to (Results 1 – 3 of 3) sorted by relevance
57 float angleDelta = util::angle_to(prev, current) - util::angle_to(current, next); in checkMaxAngle()
49 const float angle = util::angle_to(b, a); in resample()164 Anchor anchor(::round(x), ::round(y), util::angle_to(b, a), 0.5f, i); in getCenterAnchor()
22 T angle_to(const Point<S>& a, const Point<S>& b) { in angle_to() function