difference.qbk 950 B

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