Home
last modified time | relevance | path

Searched defs:cross_product (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/arithmetic/
H A Dcross_product.hpp38 struct cross_product struct
50 struct cross_product<2> struct
53 static inline void apply(P1 const& p1, P2 const& p2, ResultP& result) in apply()
67 struct cross_product<3> struct
70 static inline void apply(P1 const& p1, P2 const& p2, ResultP& result) in apply()
95 inline ResultP cross_product(P1 const& p1, P2 const& p2) in cross_product() function
115 inline P cross_product(P const& p1, P const& p2) in cross_product() function