Home
last modified time | relevance | path

Searched refs:centroid (Results 1 – 10 of 10) 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 Dcentroid.hpp106 namespace detail { namespace centroid namespace
112 static inline void apply(Point const& point, PointCentroid& centroid, in apply()
115 geometry::convert(point, centroid); in apply()
132 static inline void apply(Indexed const& indexed, Point& centroid) in apply()
140 set<Dimension>(centroid, m); in apply()
145 >::apply(indexed, centroid); in apply()
162 static inline void apply(Indexed const& indexed, Point& centroid, in apply()
168 >::apply(indexed, centroid); in apply()
177 inline bool range_ok(Range const& range, Point& centroid) in range_ok() argument
195 geometry::convert(*boost::begin(range), centroid); in range_ok()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dcentroid_average.hpp35 namespace strategy { namespace centroid namespace
57 PointCentroid centroid; member in boost::geometry::strategy::centroid::average::sum
63 assign_zero(centroid); in sum()
74 add_point(state.centroid, p); in apply()
78 static inline bool result(sum const& state, PointCentroid& centroid) in result() argument
80 centroid = state.centroid; in result()
83 divide_value(centroid, state.count); in result()
H A Dcentroid_weighted_length.hpp39 namespace strategy { namespace centroid namespace
100 static inline bool result(state_type const& state, Point& centroid) in result() argument
109 geometry::for_each_coordinate(centroid, set_sum_div_length(state)); in result()
123 void apply(Pt & centroid) const in apply()
127 centroid, in apply()
H A Dcentroid_bashein_detmer.hpp43 namespace strategy { namespace centroid namespace
197 static inline bool result(sums const& state, Point& centroid) in result() argument
216 set<0>(centroid, in result()
218 set<1>(centroid, in result()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/itemview_transitions/
H A Dmain.qml186 function fromMercator(l, centroid) {
190 var offset = Qt.point((vtx.x - centroid.x) * animationScale,
191 (vtx.y - centroid.y) * animationScale)
192 var pt = Qt.point(centroid.x + offset.x, centroid.y + offset.y)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/
H A Dcentroid.hpp30 namespace strategy { namespace centroid namespace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp830 QDoubleVector2D centroid; in updateVisibleRegion() local
832 centroid += v; in updateVisibleRegion()
833 centroid /= m_visibleRegion.size(); in updateVisibleRegion()
837 const QDoubleVector2D vc = v - centroid; in updateVisibleRegion()
838 m_visibleRegionExpanded.push_back(centroid + vc * 1.2); // fixing expansion factor to 1.2 in updateVisibleRegion()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/centroid/
H A Dtranslating_transformer.hpp40 namespace detail { namespace centroid namespace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/
H A Dinsert.hpp63 geometry::centroid(rtree::elements(*parent)[current_child_index].first, node_center); in apply()
79 geometry::centroid( rtree::element_indexable(*it, translator), element_center); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/
H A Dpack_create.hpp183 geometry::centroid(indexable, pt); in apply()