|
template<typename Geometry1 , typename Geometry2 , typename Collection , typename Strategy > |
void | boost::geometry::sym_difference (Geometry1 const &geometry1, Geometry2 const &geometry2, Collection &output_collection, Strategy const &strategy) |
| Calculate the symmetric difference of two geometries. More...
|
|
template<typename Geometry1 , typename Geometry2 , typename Collection > |
void | boost::geometry::sym_difference (Geometry1 const &geometry1, Geometry2 const &geometry2, Collection &output_collection) |
| Calculate the symmetric difference of two geometries. More...
|
|