]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/doc/reference/core/min_corner.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / reference / core / min_corner.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[section:min_corner min_corner]
12
13Indicates the minimal corner (lower left) of a box to be get, set or processed
14
15[heading Synopsis]
16`` int const min_corner = 0; ``
17
18[include reference/core/min_max_corner.qbk]
19
20[heading See also]
21* [link geometry.reference.constants.max_corner max_corner]
22* [link geometry.reference.access.get.get_1_with_index get with index]
23* [link geometry.reference.access.set.set_2_with_index set with index]
24
25[endsect]