organicmaps/geometry
Viktor Govako 27d9726fea Use base::Pow2(x) instead of generic std::pow(x, 2).
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-06-17 01:01:35 +03:00
..
geometry_tests [Region] Fixed CalculateArea, added more binary operators. 2022-05-04 09:48:25 +03:00
region2d [Region] Fixed CalculateArea, added more binary operators. 2022-05-04 09:48:25 +03:00
algorithm.cpp
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 Unity builds 2022-01-13 18:24:11 +03:00
calipers_box.hpp
cellid.hpp
circle_on_earth.cpp
circle_on_earth.hpp
clipping.cpp Minor warning fixes. 2021-12-23 13:37:35 +01:00
clipping.hpp
CMakeLists.txt [cmake] Refactored build configs for faster builds 2021-12-06 18:02:29 +01:00
convex_hull.cpp
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
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
line2d.hpp
mercator.cpp [guides on map] request 20 percents greater rect is implemented 2020-05-19 19:18:30 +03:00
mercator.hpp Mercator epsilon 2022-01-04 19:23:40 +01:00
meter.hpp
nearby_points_sweeper.cpp [search][map] Allow to set different vertical and horizontal distance between search results. 2020-07-10 21:23:26 +03:00
nearby_points_sweeper.hpp [search][map] Allow to set different vertical and horizontal distance between search results. 2020-07-10 21:23:26 +03:00
oblate_spheroid.cpp Warning fixes 2021-05-01 10:26:50 +03:00
oblate_spheroid.hpp
packer.cpp
packer.hpp
parametrized_segment.hpp Use base::Pow2(x) instead of generic std::pow(x, 2). 2022-06-17 01:01:35 +03:00
point2d.hpp Use base::Pow2(x) instead of generic std::pow(x, 2). 2022-06-17 01:01:35 +03:00
point3d.hpp
point_with_altitude.cpp [3party] Cleaned up boost dependencies 2021-12-06 18:02:29 +01:00
point_with_altitude.hpp [kml] points with altitudes for tracks. 2020-02-25 17:36:08 +03:00
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 Fixes according to some clang-tidy warnings. 2021-12-17 17:07:04 +01:00
screenbase.hpp [geometry][map] More checks for SearchMarks and ScreenBase. 2020-10-21 17:29:58 +03:00
segment2d.cpp
segment2d.hpp
simplification.hpp Unity builds 2022-01-13 18:24:11 +03:00
smoothing.cpp [geometry][isolines] Fixed gaps in isolines after smoothing. 2020-02-27 13:42:34 +03:00
smoothing.hpp
spline.cpp Removed dummy operators. 2021-12-19 18:21:19 +01:00
spline.hpp Removed dummy operators. 2021-12-19 18:21:19 +01:00
transformations.hpp
tree4d.hpp
triangle2d.cpp
triangle2d.hpp Review fixes. 2020-03-19 14:19:12 +03:00