]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/doc/reference/core/get_box.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / geometry / doc / reference / core / get_box.qbk
1 [/============================================================================
2 Boost.Geometry (aka GGL, Generic Geometry Library)
3
4 Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
5
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
11 [heading Behavior]
12 [table
13 [[Case] [Behavior] ]
14 [[__box__][Returns the coordinate of a box (use min_corner, max_corner to specify which of the points to get) ]]
15 [[__segment__][Returns the coordinate of a segment (use 0, 1 to specify which of the two points to get) ]]
16 ]
17
18 [heading Complexity]
19 Constant
20
21 [heading Example]
22 [get_box]
23 [get_box_output]