octomap 1.9.8
Loading...
Searching...
No Matches
Utils.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEG2RAD(x)
#define M_PI   3.14159265358979323846
#define M_PI_2   1.570796326794896619
#define RAD2DEG(x)

Macro Definition Documentation

◆ DEG2RAD

#define DEG2RAD ( x)
Value:
((x) * 0.01745329251994329575)

Referenced by generateSphereTree(), main(), and main().

◆ M_PI

#define M_PI   3.14159265358979323846

Referenced by main(), and main().

◆ M_PI_2

#define M_PI_2   1.570796326794896619

Referenced by main().

◆ RAD2DEG

#define RAD2DEG ( x)
Value:
((x) * 57.29577951308232087721)