Searched refs:cross_product (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/arithmetic/ |
| H A D | cross_product.hpp | 38 struct cross_product struct 50 struct cross_product<2> struct 67 struct cross_product<3> struct 95 inline ResultP cross_product(P1 const& p1, P2 const& p2) in cross_product() function 102 detail::cross_product<dimension<ResultP>::value>::apply(p1, p2, result); in cross_product() 115 inline P cross_product(P const& p1, P const& p2) in cross_product() function 121 detail::cross_product<dimension<P>::value>::apply(p1, p2, result); in cross_product()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/ |
| H A D | intersection.hpp | 901 : normal(cross_product(p1, p2)) in plane() 917 is_forward = dot_product(normal, cross_product(p1, p2)) >= c0; in cos_angle_between() 937 ip1 = cross_product(plane1.normal, plane2.normal); in intersection_points()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/ |
| H A D | collect_vectors.hpp | 187 direction = cross_product(prev, next); in collected_vector()
|