Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/arithmetic/
H A Dnormalize.hpp42 inline bool vec_normalize(Point & pt, typename coordinate_type<Point>::type & len) in vec_normalize() function
59 inline bool vec_normalize(Point & pt) in vec_normalize() function
63 return vec_normalize(pt, len); in vec_normalize()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dintersection.hpp362 if (! a_is_point && ! detail::vec_normalize(plane1.normal, len1)) in apply()
372 if (! b_is_point && ! detail::vec_normalize(plane2.normal, len2)) in apply()