]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/doc/reference/core/set_box.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / reference / core / set_box.qbk
CommitLineData
7c673cae
FG
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__][Sets the coordinate of a box (use min_corner, max_corner to specify which of the points to set) ]]
15[[__segment__][Sets the coordinate of a segment (use 0, 1 to specify which of the two points to set) ]]
16]
17
18[heading Complexity]
19Constant
20
21[heading Example]
22[set_box]
23[set_box_output]