summaryrefslogtreecommitdiff
path: root/libs/geometry/doc/reference/core/get_box.qbk
blob: e279b4024a9e6f3ce3c7e5a77bd0ba2166395e14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[/============================================================================
  Boost.Geometry (aka GGL, Generic Geometry Library)

  Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.

  Use, modification and distribution is subject to the Boost Software License,
  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  http://www.boost.org/LICENSE_1_0.txt)
=============================================================================/]

[heading Behavior]
[table
[[Case] [Behavior] ]
[[__box__][Returns the coordinate of a box (use min_corner, max_corner to specify which of the points to get) ]]
[[__segment__][Returns the coordinate of a segment (use 0, 1 to specify which of the two points to get) ]]
]

[heading Complexity]
Constant

[heading Example]
[get_box]
[get_box_output]