organicmaps/geometry
Viktor Govako 161913155c Removed explicit Point() default ctor.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-10-06 10:26:34 +03:00
..
geometry_tests Cleanup geometry simplification code. 2022-09-24 17:17:23 +03:00
region2d Fixed unity build errors with gcc-12 2022-08-06 11:16:52 +02:00
algorithm.cpp Fixed unity build errors with gcc-12 2022-08-06 11:16:52 +02:00
algorithm.hpp
angles.cpp
angles.hpp
any_rect2d.hpp
area_on_earth.cpp
area_on_earth.hpp
avg_vector.hpp Use base::Pow2(x) instead of generic std::pow(x, 2). 2022-06-17 01:01:35 +03:00
bounding_box.cpp
bounding_box.hpp
calipers_box.cpp Fixed unity build errors with gcc-12 2022-08-06 11:16:52 +02:00
calipers_box.hpp
cellid.hpp
circle_on_earth.cpp
circle_on_earth.hpp
clipping.cpp Add missing returns in non-void functions (#2951) 2022-07-17 02:10:37 +02:00
clipping.hpp
CMakeLists.txt [cmake] Refactored build configs for faster builds 2021-12-06 18:02:29 +01:00
convex_hull.cpp Fixed unity build errors with gcc-12 2022-08-06 11:16:52 +02:00
convex_hull.hpp
covering.hpp
covering_utils.hpp Use base::Pow2(x) instead of generic std::pow(x, 2). 2022-06-17 01:01:35 +03:00
diamond_box.cpp Fixed unity build errors with gcc-12 2022-08-06 11:16:52 +02:00
diamond_box.hpp
distance_on_sphere.cpp
distance_on_sphere.hpp
intersection_score.hpp Warning fixes 2021-12-08 10:22:02 +01:00
latlon.cpp [routing] Better DebugPrint for checkpoints. 2022-02-07 10:21:38 +03:00
latlon.hpp Removed unnecessary geometry lib dependency 2021-08-21 16:10:07 +03:00
line2d.cpp Fixed unity build errors with gcc-12 2022-08-06 11:16:52 +02:00
line2d.hpp
mercator.cpp
mercator.hpp Mercator epsilon 2022-01-04 19:23:40 +01:00
meter.hpp
nearby_points_sweeper.cpp
nearby_points_sweeper.hpp
oblate_spheroid.cpp Fixed unity build errors with gcc-12 2022-08-06 11:16:52 +02:00
oblate_spheroid.hpp
packer.cpp Fixed unity build errors with gcc-12 2022-08-06 11:16:52 +02:00
packer.hpp
parametrized_segment.hpp Cleanup geometry simplification code. 2022-09-24 17:17:23 +03:00
point2d.hpp Removed explicit Point() default ctor. 2022-10-06 10:26:34 +03:00
point3d.hpp Removed explicit Point() default ctor. 2022-10-06 10:26:34 +03:00
point_with_altitude.cpp [3party] Cleaned up boost dependencies 2021-12-06 18:02:29 +01:00
point_with_altitude.hpp
polygon.hpp Unity builds 2022-01-13 18:24:11 +03:00
polyline2d.hpp
rect2d.hpp [drape] Fixed possible negative scale. 2021-06-10 22:22:55 +03:00
rect_intersect.hpp
region2d.hpp [Region] Fixed CalculateArea, added more binary operators. 2022-05-04 09:48:25 +03:00
robust_orientation.cpp
robust_orientation.hpp
screenbase.cpp Fixed unity build errors with gcc-12 2022-08-06 11:16:52 +02:00
screenbase.hpp
segment2d.cpp
segment2d.hpp
simplification.hpp Cleanup geometry simplification code. 2022-09-24 17:17:23 +03:00
smoothing.cpp
smoothing.hpp
spline.cpp Fixed unity build errors with gcc-12 2022-08-06 11:16:52 +02:00
spline.hpp Removed dummy operators. 2021-12-19 18:21:19 +01:00
transformations.hpp
tree4d.hpp
triangle2d.cpp
triangle2d.hpp