/Src/Dependencies/Boost/libs/geometry/doc/reference/core/get_point.qbk
http://hadesmem.googlecode.com/ · text · 25 lines · 19 code · 6 blank · 0 comment · 0 complexity · 08d37e067a2144a7ed3252b3d5e66f31 MD5 · raw file
- [/============================================================================
- Boost.Geometry (aka GGL, Generic Geometry Library)
- Copyright (c) 2009-2011 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]