Home
last modified time | relevance | path

Searched refs:calculate_polygon_sum (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dperimeter.hpp70 struct perimeter<Polygon, polygon_tag> : detail::calculate_polygon_sum
82 return calculate_polygon_sum::apply<return_type, policy>(polygon, strategy); in apply()
H A Darea.hpp170 struct area<Polygon, polygon_tag> : detail::calculate_polygon_sum
175 return calculate_polygon_sum::apply< in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dcalculate_sum.hpp32 class calculate_polygon_sum class