Home
last modified time | relevance | path

Searched refs:dot_n1n2 (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.hpp419 calc_t dot_n1n2 = dot_product(plane1.normal, plane2.normal); in apply() local
425 if (! collinear && math::equals(math::abs(dot_n1n2), c1)) in apply()
505 bool const opposite = dot_n1n2 < c0; in apply()