|  | Home | Libraries | People | FAQ | More | 
Subtracts the same value to each coordinate of a point.
template<typename Point> void subtract_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 subtract | 
Either
          #include <boost/geometry.hpp>
        
Or
          #include <boost/geometry/arithmetic/arithmetic.hpp>