rectangle_data.qbk 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands.
  4. Copyright (c) 2008-2014 Bruno Lalande, Paris, France.
  5. Copyright (c) 2009-2014 Mateusz Loskot, London, UK.
  6. Copyright (c) 2011-2014 Adam Wulkiewicz, Lodz, Poland.
  7. Use, modification and distribution is subject to the Boost Software License,
  8. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  9. http://www.boost.org/LICENSE_1_0.txt)
  10. =============================================================================/]
  11. [section:rectangle_data Boost.Polygon's rectangle_data]
  12. Boost.Polygon's rectangle type (boost::polygon::rectangle_data) is adapted to the Boost.Geometry Point Concept.
  13. [heading Description]
  14. Boost.Polygon's points (as well as polygons) can be used by Boost.Geometry. The
  15. two libraries can therefore be used together. Using a boost::polygon::rectangle_data<...>,
  16. algorithms from both Boost.Polygon and Boost.Geometry can be called.
  17. [heading Model of]
  18. [link geometry.reference.concepts.concept_box Box Concept]
  19. [heading Header]
  20. `#include <boost/geometry/geometries/adapted/boost_polygon.hpp>`
  21. __not_in_boost_geometry_hpp__
  22. [heading Example]
  23. [boost_polygon_box]
  24. [boost_polygon_box_output]
  25. [endsect]