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
AgeCommit message (Collapse)Author
2016-03-23Refactored some geometry functions.vng
Correct implementation of feature::GetMinDistanceMeters().
2015-09-23[geometry] Added area calculation functions.vng
2015-09-23Rename AlmostEqual into AlmostEqualULPs.Maxim Pimenov
2015-09-23Fix include path for geometrySergey Yershov
2015-09-23Fix !WTF! error (it should be the compilation error).vng
2015-09-23- Add robust algorithms (OrientedS, SegmentsIntersect, ↵vng
PolygonSelfIntersections). - Move IsSegmentInCone to point2d.hpp. - Use robust OrientedS in IsPolygonCCW function.
2015-09-23Add extended assert in IsPolygonCCW.vng
2015-09-23- IsPolygonCCW more stable nowvng
- IsSegmentInCone processes '3-points in line' correcly now
2015-09-23New tests and more debug checks in geometry simplification (stripification).vng
2015-09-23- Fix 'strip' algorithm;vng
- Add IsPolygonCCW() function; - Add more tests;
2015-09-23Add polygon.hpp with tests.Yury Melnichek