mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-30 17:44:07 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
12
libs/geometry/circle_on_earth.hpp
Normal file
12
libs/geometry/circle_on_earth.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "geometry/latlon.hpp"
|
||||
#include "geometry/point2d.hpp"
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace ms
|
||||
{
|
||||
std::vector<m2::PointD> CreateCircleGeometryOnEarth(ms::LatLon const & center, double radiusMeters,
|
||||
double angleStepDegree);
|
||||
} // namespace ms
|
||||
Reference in New Issue
Block a user