![]() |
Home | Libraries | People | FAQ | More |
Divides each coordinate of the same point by a value.
template<typename Point> void divide_value(Point & p, coordinate_type_t< Point > const & value)
Type |
Concept |
Name |
Description |
---|---|---|---|
Point & |
Any type fulfilling a Point Concept |
p |
point |
coordinate_type_t< Point > const & |
value |
value to divide by |
Either
#include <boost/geometry.hpp>
Or
#include <boost/geometry/arithmetic/arithmetic.hpp>