blob: a3eb0e3c7670f6b4816a5c111ec723c69659b201 [file] [log] [blame]
[/============================================================================
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] ]
[[__point__][Returns the coordinate of a point]]
[[Circle or Sphere][Returns the coordinate of the center of a circle or sphere (currently in an extension)]]
[[__sph__][Returns the coordinate of a point, in either Radian's or Degree's, depending on specified units]]
]
[heading Complexity]
Constant
[heading Example]
[get_point]
[get_point_output]