|  | Home | Libraries | People | FAQ | More | 
assign zero values to a box, point
The assign_zero function initializes a 2D or 3D point or box with coordinates of zero
template<typename Geometry> void assign_zero(Geometry & geometry)
| Type | Concept | Name | Description | 
|---|---|---|---|
| Geometry & | Any type fulfilling a Geometry Concept | geometry | A model of the specified concept | 
Either
            #include <boost/geometry.hpp>
          
Or
            #include <boost/geometry/algorithms/assign.hpp>