summaryrefslogtreecommitdiff
path: root/src/mbgl/util/intersection_tests.hpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-10-25 01:39:33 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-10-25 08:12:31 +0300
commitfc6344c5461c15956f425e39ee6c11dba638f46b (patch)
tree1af87e3ee6c9982e81c6583c4e3f80c479f16a5d /src/mbgl/util/intersection_tests.hpp
parent679bfbfb32d6371d6eb405b5e465353c53298c41 (diff)
downloadqtlocation-mapboxgl-fc6344c5461c15956f425e39ee6c11dba638f46b.tar.gz
[core] Added util::polygonIntersectsPolygon
Diffstat (limited to 'src/mbgl/util/intersection_tests.hpp')
-rw-r--r--src/mbgl/util/intersection_tests.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/util/intersection_tests.hpp b/src/mbgl/util/intersection_tests.hpp
index 6adb3b5fdf..5bcb29c767 100644
--- a/src/mbgl/util/intersection_tests.hpp
+++ b/src/mbgl/util/intersection_tests.hpp
@@ -7,6 +7,7 @@ namespace util {
bool polygonIntersectsBufferedMultiPoint(const GeometryCoordinates&, const GeometryCollection&, float radius);
bool polygonIntersectsBufferedMultiLine(const GeometryCoordinates&, const GeometryCollection&, float radius);
+bool polygonIntersectsPolygon(const GeometryCoordinates&, const GeometryCoordinates&);
bool polygonIntersectsMultiPolygon(const GeometryCoordinates&, const GeometryCollection&);
} // namespace util