Home
last modified time | relevance | path

Searched refs:c_p0 (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 Ddisjoint_segment_box.hpp64 RelativeDistance c_p0 = boost::numeric_cast in apply() local
86 diff = c_p1 - c_p0; in apply()
87 ti_min = c_b_min - c_p0; in apply()
88 ti_max = c_b_max - c_p0; in apply()
92 diff = c_p0 - c_p1; in apply()
93 ti_min = c_p0 - c_b_max; in apply()
94 ti_max = c_p0 - c_b_min; in apply()