Home
last modified time | relevance | path

Searched defs:check_touches (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Dtouches_one_geometry.cpp26 bool check_touches = bg::touches(poly1); in main() local
Dtouches_two_geometries.cpp28 bool check_touches = bg::touches(poly1, poly2); in main() local
/third_party/boost/libs/geometry/test/algorithms/touches/
Dtest_touches.hpp33 void check_touches(Geometry1 const& geometry1, in check_touches() function
58 void check_touches(Geometry1 const& geometry1, in check_touches() function