intersects.qbk 979 B

123456789101112131415161718192021222324
  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__ intersects]
  11. [heading_conformance_ogc __this_function__..Intersects]
  12. [? __one_parameter__ The version with one parameter is additional and not described in the OGC standard]
  13. [/ uncomment if this file is splitted into one/two parameter versions /]
  14. [/ include reference/status/intersects_status.qbk /]
  15. [heading Examples]
  16. [intersects_linestring]
  17. [intersects_linestring_output]