Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2011-04-24 17:41:31 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:16:17 +0300
commit69c15b4fb0dd95737300362e31f8b48ea69e7144 (patch)
treecfdf00a50b7459058759906635e4f51834ac9b58 /geometry/geometry_tests/geometry_tests.pro
parentd0361b1bb21f770ec2374ae8d0b77f2d7941c65a (diff)
- Add robust algorithms (OrientedS, SegmentsIntersect, PolygonSelfIntersections).
- Move IsSegmentInCone to point2d.hpp. - Use robust OrientedS in IsPolygonCCW function.
Diffstat (limited to 'geometry/geometry_tests/geometry_tests.pro')
-rw-r--r--geometry/geometry_tests/geometry_tests.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/geometry/geometry_tests/geometry_tests.pro b/geometry/geometry_tests/geometry_tests.pro
index 29900d8b6d..86f598ecd5 100644
--- a/geometry/geometry_tests/geometry_tests.pro
+++ b/geometry/geometry_tests/geometry_tests.pro
@@ -33,4 +33,5 @@ SOURCES += \
tree_test.cpp \
polygon_test.cpp \
region_test.cpp \
- rect_test.cpp
+ rect_test.cpp \
+ robust_test.cpp \