Home
last modified time | relevance | path

Searched refs:points_per_circle (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Dbuffer_with_strategies.cpp26 const int points_per_circle = 36; in main() local
28 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()
/third_party/boost/boost/geometry/strategies/cartesian/
Dbuffer_end_round.hpp105 explicit inline end_round(std::size_t points_per_circle = 90) in end_round() argument
106 : m_points_per_circle((points_per_circle < 4u) ? 4u : points_per_circle) in end_round()
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()
/third_party/boost/libs/geometry/doc/generated/
Dbuffer_end_round.qbk34 [[``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…
Dbuffer_join_round.qbk34 [[``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…
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dtest_buffer.hpp105 , points_per_circle(points) in ut_settings()
128 int points_per_circle; member
446 bg::strategy::buffer::point_circle circle_strategy(settings.points_per_circle); in test_one()
Dtest_buffer_geo.hpp43 bg::strategy::buffer::geographic_point_circle<> circle_strategy(settings.points_per_circle); in test_one_geo()
Dbuffer_polygon.cpp577 const int points_per_circle = 2 * 3.1415 * distance / join_distance; in test_all() local
582 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()