Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dget_left_turns.hpp60 inline int squared_length(Vector const& vector) in squared_length() function
106 int const length_p = squared_length(pv); in operator ()()
107 int const length_q = squared_length(qv); in operator ()()
110 return squared_length(pv) > squared_length(qv); in operator ()()