Home
last modified time | relevance | path

Searched refs:cos_a1_a2 (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/strategies/spherical/
H A Dintersection.hpp769 CalcT const cos_a1_a2 = plane1.cos_angle_between(a1v, a2v); in calculate_dist() local
770 dist_a1_a2 = -cos_a1_a2 + c1; // [1, -1] -> [0, 2] representing [0, pi] in calculate_dist()