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