Home
last modified time | relevance | path

Searched refs:sum_a2 (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/strategies/cartesian/
H A Dcentroid_bashein_detmer.hpp155 calculation_type sum_a2; member in boost::geometry::strategy::centroid::bashein_detmer::sums
162 , sum_a2(calculation_type()) in sums()
192 state.sum_a2 += ai; in apply()
200 if (state.count > 0 && ! math::equals(state.sum_a2, zero)) in result()
203 calculation_type const a3 = v3 * state.sum_a2; in result()