|  | Home | Libraries | People | FAQ | More | 
Assign each coordinate of a point the same value.
template<typename Point> void assign_value(Point & p, typename detail::param< Point >::type value)
| Type | Concept | Name | Description | 
|---|---|---|---|
| Point & | Any type fulfilling a Point Concept | p | point | 
| typename detail::param< Point >::type | value | value to assign | 
Either
          #include <boost/geometry.hpp>
        
Or
          #include <boost/geometry/arithmetic/arithmetic.hpp>