Home
last modified time | relevance | path

Searched refs:t_far (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/index/detail/algorithms/
H A Dsegment_intersection.hpp47 RelativeDistance & t_near, RelativeDistance & t_far) in apply()
57 if ( tf < t_far ) in apply()
58 t_far = tf; in apply()
60 return 0 <= t_far && t_near <= t_far; in apply()
73 RelativeDistance & t_near, RelativeDistance & t_far) in apply()
75 … return box_segment_intersection<Box, Point, CurrentDimension - 1>::apply(b, p0, p1, t_near, t_far) in apply()
76 && for_dim::apply(b, p0, p1, t_near, t_far); in apply()
87 RelativeDistance & t_near, RelativeDistance & t_far) in apply()
89 return for_dim::apply(b, p0, p1, t_near, t_far); in apply()
120 RelativeDistance t_far = (::std::numeric_limits<RelativeDistance>::max)(); in apply() local
[all …]