Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcheck_max_angle.cpp57 float angleDelta = util::angle_to(prev, current) - util::angle_to(current, next); in checkMaxAngle()
H A Dget_anchors.cpp49 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmath.hpp22 T angle_to(const Point<S>& a, const Point<S>& b) { in angle_to() function