]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/doc/reference/algorithms/difference_behavior.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / reference / algorithms / difference_behavior.qbk
CommitLineData
7c673cae
FG
1[/============================================================================
2 Boost.Geometry (aka GGL, Generic Geometry Library)
3
4 Copyright (c) 2011-2014 Barend Gehrels, Amsterdam, the Netherlands.
5
6 This file was modified by Oracle on 2014.
7 Modifications copyright (c) 2014, Oracle and/or its affiliates.
8
9 Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
10
11 Use, modification and distribution is subject to the Boost Software License,
12 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
13 http://www.boost.org/LICENSE_1_0.txt)
14=============================================================================/]
15
16[heading Behavior]
17[table
18[[Case] [Behavior] ]
19[[__2dim__][All combinations of: box, ring, polygon, multi_polygon]]
20[[__1dim__ / __2dim__][A combinations of a (multi) linestring with a (multi) polygon
21 results in a collection of linestrings]]
22[[__1dim__][All combinations of: linestring, multi_linestring; results in a collection of linestrings]]
23[[__0dim__][All combinations of: point, multi_point; results in a collection of points]]
24[[__other__][__nyiversion__]]
25[[__sph__][__nyiversion__]]
26[[Three dimensional][__nyiversion__]]
27]
28