]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/doc/reference/algorithms/correct.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / reference / algorithms / correct.qbk
1 [/============================================================================
2 Boost.Geometry (aka GGL, Generic Geometry Library)
3
4 Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
5 Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
6 Copyright (c) 2009-2012 Bruno Lalande, Paris, France.
7
8 Use, modification and distribution is subject to the Boost Software License,
9 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
10 http://www.boost.org/LICENSE_1_0.txt)
11 =============================================================================/]
12
13 [def __corrected__ is corrected]
14 [def __this_function__ correct]
15
16 [heading_conformance_no_ogc __this_function__]
17
18 [include reference/status/correct_status.qbk]
19
20 [heading Behavior]
21 [table
22 [[Case] [Behavior] ]
23 [[__ring__][__ring__ __corrected__]]
24 [[__polygon__][__polygon__ __corrected__]]
25 [[__multi_polygon__][__multi_polygon__ __corrected__]]
26 [[__box__][__box__ __corrected__ with respect to minimal and maximal corners]]
27 [[__other__][__does_nothing__]]
28 ]
29
30 [heading Complexity]
31 Linear
32
33 [heading Example]
34 [correct]
35 [correct_output]
36