7cb0ae96fd
[SVN r76390]
26 lines
867 B
Plaintext
26 lines
867 B
Plaintext
[/============================================================================
|
|
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]
|