Home
last modified time | relevance | path

Searched refs:points_per_circle (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/strategies/cartesian/
H A Dbuffer_end_round.hpp103 explicit inline end_round(std::size_t points_per_circle = 90) in end_round() argument
104 : m_points_per_circle((points_per_circle < 4u) ? 4u : points_per_circle) in end_round()
H A Dbuffer_join_round.hpp62 explicit inline join_round(std::size_t points_per_circle = 90) in join_round() argument
63 : m_points_per_circle(points_per_circle) in join_round()