|
template<typename Geometry > |
bool | boost::geometry::touches (Geometry const &geometry) |
| Checks if a geometry has at least one touching point (self-tangency) More...
|
|
template<typename Geometry1 , typename Geometry2 > |
bool | boost::geometry::touches (Geometry1 const &geometry1, Geometry2 const &geometry2) |
| Checks if two geometries have at least one touching point (tangent - non overlapping) More...
|
|
template<typename Geometry1 , typename Geometry2 , typename Strategy > |
bool | boost::geometry::touches (Geometry1 const &geometry1, Geometry2 const &geometry2, Strategy const &strategy) |
| Checks if two geometries have at least one touching point (tangent - non overlapping) More...
|
|