sym_difference.qbk 1.0 KB

1234567891011121314151617181920212223242526272829
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
  4. Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
  5. Copyright (c) 2009-2012 Bruno Lalande, Paris, France.
  6. Use, modification and distribution is subject to the Boost Software License,
  7. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  8. http://www.boost.org/LICENSE_1_0.txt)
  9. =============================================================================/]
  10. [def __this_function__ sym_difference]
  11. [heading_conformance_ogc __this_function__..SymDifference]
  12. [include reference/algorithms/difference_behavior.qbk]
  13. [include reference/algorithms/geometry_rules.qbk]
  14. [heading Example]
  15. [sym_difference]
  16. [sym_difference_output]
  17. [heading See also]
  18. * [link geometry.reference.algorithms.difference difference]
  19. * [link geometry.reference.algorithms.intersection intersection]
  20. * [link geometry.reference.algorithms.union_ union]