summaryrefslogtreecommitdiffstats
path: root/include/mapbox/geometry.hpp
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-07 11:06:42 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-02-13 11:00:20 +0900
commit0ed2885ececf079f16b42fec60a4dc86285b5101 (patch)
treeb07075ffbebf9680ad4d5d2d6a4fa99a4ceee06c /include/mapbox/geometry.hpp
parentae47635e56c4af4d816a76e5186e945768543679 (diff)
add tbtnavi source
Diffstat (limited to 'include/mapbox/geometry.hpp')
-rw-r--r--include/mapbox/geometry.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/mapbox/geometry.hpp b/include/mapbox/geometry.hpp
new file mode 100644
index 0000000..e232453
--- /dev/null
+++ b/include/mapbox/geometry.hpp
@@ -0,0 +1,13 @@
+#pragma once
+
+#include <mapbox/geometry/point.hpp>
+#include <mapbox/geometry/line_string.hpp>
+#include <mapbox/geometry/polygon.hpp>
+#include <mapbox/geometry/multi_point.hpp>
+#include <mapbox/geometry/multi_line_string.hpp>
+#include <mapbox/geometry/multi_polygon.hpp>
+#include <mapbox/geometry/geometry.hpp>
+#include <mapbox/geometry/feature.hpp>
+#include <mapbox/geometry/point_arithmetic.hpp>
+#include <mapbox/geometry/for_each_point.hpp>
+#include <mapbox/geometry/envelope.hpp>