Searched refs:for_dim (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 D | segment_intersection.hpp | 69 typedef box_segment_intersection_dim<Box, Point, CurrentDimension - 1> for_dim; typedef 76 && for_dim::apply(b, p0, p1, t_near, t_far); in apply() 83 typedef box_segment_intersection_dim<Box, Point, 0> for_dim; typedef 89 return for_dim::apply(b, p0, p1, t_near, t_far); in apply()
|