mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-25 14:16:20 -05:00
Openstreetmap support (#2765)
This commit is contained in:
parent
e6d4081c06
commit
4dda7cfaa5
20 changed files with 447 additions and 162 deletions
|
|
@ -26,7 +26,9 @@
|
|||
#include <complex>
|
||||
#include <cmath>
|
||||
|
||||
constexpr float pi{3.141592653589793238462643383279502884f};
|
||||
#include "mathdef.hpp"
|
||||
|
||||
constexpr float pi{M_PI};
|
||||
|
||||
namespace std {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue