Home
last modified time | relevance | path

Searched refs:is_forward (Results 1 – 3 of 3) 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.hpp784 bool is_forward = true; in calculate_dist() local
785 CalcT cos_a1_i1 = plane1.cos_angle_between(a1v, i1, is_forward); in calculate_dist()
787 if (! is_forward) // left or right of a1 on a in calculate_dist()
914 coord_t cos_angle_between(Point3d const& p1, Point3d const& p2, bool & is_forward) const in cos_angle_between()
917 is_forward = dot_product(normal, cross_product(p1, p2)) >= c0; in cos_angle_between()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/
H A Dcategory_of.hpp93 struct is_forward struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/zip_view/
H A Dzip_view.hpp66 traits::is_forward<SeqClass>,