• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[/============================================================================
2  Boost.Geometry (aka GGL, Generic Geometry Library)
3
4  Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
5
6  Use, modification and distribution is subject to the Boost Software License,
7  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
8  http://www.boost.org/LICENSE_1_0.txt)
9=============================================================================/]
10
11[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.]
12
13[heading Behavior]
14[table
15[[Case] [Behavior] ]
16[[__point__][Sets the coordinate of a point]]
17[[Circle or Sphere][Sets the coordinate of the center of a circle or sphere (currently in an extension)]]
18[[__sph__][Sets the coordinate of a point, in either Radian's or Degree's, depending on specified units]]
19]
20
21[heading Complexity]
22Constant
23
24[heading Example]
25[set_point]
26[set_point_output]
27