Home
last modified time | relevance | path

Searched refs:t_new1 (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/formulas/
H A Dsjoberg_intersection.hpp1153 CT const t_new1 = K_t01_t02 / D1; in calc_ts() local
1155 CT const t_new3 = -t_new1; in calc_ts()
1159 CT const abs_t_new1 = math::abs(t_new1); in calc_ts()
1166 if (t_new1 < t && t_new1 > t1) in calc_ts()
1167 t1 = t_new1; in calc_ts()
1177 if (t_new1 > t && t_new1 < t2) in calc_ts()
1178 t2 = t_new1; in calc_ts()