Home
last modified time | relevance | path

Searched refs:length_b (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/cartesian/
H A Dintersection.hpp527 RobustType2 const length_b = ob_2 - ob_1; in relate_collinear() local
529 RatioType ra_from(oa_1 - ob_1, length_b); in relate_collinear()
530 RatioType ra_to(oa_2 - ob_1, length_b); in relate_collinear()
576 bool const opposite = math::sign(length_a) != math::sign(length_b); in relate_collinear()