Searched refs:points_per_circle (Results 1 – 8 of 8) sorted by relevance
26 const int points_per_circle = 36; in main() local28 boost::geometry::strategy::buffer::join_round join_strategy(points_per_circle); in main()29 boost::geometry::strategy::buffer::end_round end_strategy(points_per_circle); in main()30 boost::geometry::strategy::buffer::point_circle circle_strategy(points_per_circle); in main()
105 explicit inline end_round(std::size_t points_per_circle = 90) in end_round() argument106 : m_points_per_circle((points_per_circle < 4u) ? 4u : points_per_circle) in end_round()
62 explicit inline join_round(std::size_t points_per_circle = 90) in join_round() argument63 : m_points_per_circle(points_per_circle) in join_round()
34 [[``end_round(std::size_t points_per_circle = 90)``36 … strategy. ] [[* std::size_t]: ['points_per_circle]: points which would be used for a full circle…
34 [[``join_round(std::size_t points_per_circle = 90)``36 ] [Constructs the strategy. ] [[* std::size_t]: ['points_per_circle]: points which would be used f…
105 , points_per_circle(points) in ut_settings()128 int points_per_circle; member446 bg::strategy::buffer::point_circle circle_strategy(settings.points_per_circle); in test_one()
43 bg::strategy::buffer::geographic_point_circle<> circle_strategy(settings.points_per_circle); in test_one_geo()
577 const int points_per_circle = 2 * 3.1415 * distance / join_distance; in test_all() local582 bg::strategy::buffer::join_round jr(points_per_circle); in test_all()583 bg::strategy::buffer::end_round er(points_per_circle); in test_all()