]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/doc/reference/algorithms/area.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / reference / algorithms / area.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 __this_function__ area]
14
15 [heading_conformance_ogc __this_function__..Area]
16
17 [heading Behavior]
18 [table
19 [[Case] [Behavior] ]
20 [[__0dim__][[qbk_ret 0]]]
21 [[__1dim__][[qbk_ret 0]]]
22 [[__2dim__][[qbk_ret the area]]]
23 [[__cart__][[qbk_ret the area] __cs_units__]]
24 [[__sph__][[qbk_ret the area] __sph1__]]
25 [[__rev__][[qbk_ret the negative area]]]
26 ]
27
28 [include reference/status/area_status.qbk]
29
30 [heading Complexity]
31 Linear
32
33