]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/doc/reference/core/get_point.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / geometry / doc / reference / core / get_point.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
12 [heading Behavior]
13 [table
14 [[Case] [Behavior] ]
15 [[__point__][Returns the coordinate of a point]]
16 [[Circle or Sphere][Returns the coordinate of the center of a circle or sphere (currently in an extension)]]
17 [[__sph__][Returns the coordinate of a point, in either Radian's or Degree's, depending on specified units]]
18 ]
19
20 [heading Complexity]
21 Constant
22
23 [heading Example]
24 [get_point]
25 [get_point_output]