Home
last modified time | relevance | path

Searched refs:box_seg (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dsegment_box.hpp114 geometry::model::box<segment_point_type> box_seg; in apply() local
119 box_seg, in apply()
122 if (disjoint_box_box(box, box_seg)) in apply()
167 vertex_lat = geometry::get_as_radian<geometry::max_corner, 1>(box_seg); in apply()
170 vertex_lat = geometry::get_as_radian<geometry::min_corner, 1>(box_seg); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/svg/
H A Dsvg_mapper.hpp92 BoxSeg1 const& box_seg, TransformStrategy const& strategy) in apply()
100 geometry::transform(box_seg, ibox_seg, strategy); in apply()