set_point.qbk 1.0 KB

1234567891011121314151617181920212223242526
  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. [note If you host both the std:: library namespace and boost::geometry:: namespace set might become ambiguous, std::set is a collection. So don't do that or refer to geometry::set then explicitly.]
  9. [heading Behavior]
  10. [table
  11. [[Case] [Behavior] ]
  12. [[__point__][Sets the coordinate of a point]]
  13. [[Circle or Sphere][Sets the coordinate of the center of a circle or sphere (currently in an extension)]]
  14. [[__sph__][Sets the coordinate of a point, in either Radian's or Degree's, depending on specified units]]
  15. ]
  16. [heading Complexity]
  17. Constant
  18. [heading Example]
  19. [set_point]
  20. [set_point_output]