]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/doc/reference/core/min_max_corner.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / reference / core / min_max_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[/File included by min_corner.qbk and max_corner.qbk]
12
13[heading Header]
14Either
15
16`#include <boost/geometry.hpp>`
17
18Or
19
20`#include <boost/geometry/core/access.hpp>`
21
22[note min_corner and max_corner are only applicable for boxes and not for,
23 e.g., a segment]
24[note min_corner should be the minimal corner of a box, but that is not
25 guaranteed. Use correct to make min_corner the minimal corner.
26 The same applies for max_corner.]
27
28[/Share sample with get_box]
29[heading Example]
30[get_box]
31[get_box_output]