Home
last modified time | relevance | path

Searched refs:t_new2 (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.hpp1154 CT const t_new2 = K_t01_t02 / D2; in calc_ts() local
1156 CT const t_new4 = -t_new2; in calc_ts()
1160 CT const abs_t_new2 = math::abs(t_new2); in calc_ts()
1168 if (t_new2 < t && t_new2 > t1) in calc_ts()
1169 t1 = t_new2; in calc_ts()
1179 if (t_new2 > t && t_new2 < t2) in calc_ts()
1180 t2 = t_new2; in calc_ts()