get_point.qbk 867 B

12345678910111213141516171819202122232425
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
  4. Use, modification and distribution is subject to the Boost Software License,
  5. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt)
  7. =============================================================================/]
  8. [heading Behavior]
  9. [table
  10. [[Case] [Behavior] ]
  11. [[__point__][Returns the coordinate of a point]]
  12. [[Circle or Sphere][Returns the coordinate of the center of a circle or sphere (currently in an extension)]]
  13. [[__sph__][Returns the coordinate of a point, in either Radian's or Degree's, depending on specified units]]
  14. ]
  15. [heading Complexity]
  16. Constant
  17. [heading Example]
  18. [get_point]
  19. [get_point_output]