intersection.qbk 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2009-2014 Barend Gehrels, Amsterdam, the Netherlands.
  4. Copyright (c) 2009-2014 Mateusz Loskot, London, UK.
  5. Copyright (c) 2009-2014 Bruno Lalande, Paris, France.
  6. This file was modified by Oracle on 2014.
  7. Modifications copyright (c) 2014, Oracle and/or its affiliates.
  8. Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
  9. Use, modification and distribution is subject to the Boost Software License,
  10. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  11. http://www.boost.org/LICENSE_1_0.txt)
  12. =============================================================================/]
  13. [def __this_function__ intersection]
  14. [heading_conformance_ogc __this_function__..Intersection]
  15. [heading Behavior]
  16. [table
  17. [[Case] [Behavior] ]
  18. [[[qbk_out __point__]][Calculates intersection points of input geometries]]
  19. [[[qbk_out __linestring__]][Calculates intersection linestrings of input (multi)linestrings]]
  20. [[[qbk_out __polygon__]][Calculates intersection polygons of input (multi)polygons and/or boxes]]
  21. ]
  22. [include reference/algorithms/geometry_rules.qbk]
  23. [heading Example]
  24. [intersection]
  25. [intersection_output]
  26. [heading See also]
  27. * [link geometry.reference.algorithms.union_ union]
  28. * [link geometry.reference.algorithms.difference difference]
  29. * [link geometry.reference.algorithms.sym_difference sym_difference (symmetric difference)]