|
template<typename Geometry1 , typename Geometry2 > |
bool | boost::geometry::within (Geometry1 const &geometry1, Geometry2 const &geometry2) |
| Checks if the first geometry is completely inside the second geometry. More...
|
|
template<typename Geometry1 , typename Geometry2 , typename Strategy > |
bool | boost::geometry::within (Geometry1 const &geometry1, Geometry2 const &geometry2, Strategy const &strategy) |
| Checks if the first geometry is completely inside the second geometry using the specified strategy. More...
|
|