Go to the source code of this file.
Macros | |
| #define | M_PI 3.14159265358979323846 |
| OctoMap: A probabilistic, flexible, and compact 3D mapping library for robotic systems. More... | |
| #define | M_PI_2 1.570796326794896619 |
| #define | DEG2RAD(x) ((x) * 0.01745329251994329575) |
| #define | RAD2DEG(x) ((x) * 57.29577951308232087721) |
| #define DEG2RAD | ( | x | ) | ((x) * 0.01745329251994329575) |
Definition at line 61 of file Utils.h.
Referenced by mrpt::poses::CPose3D::fromString(), mrpt::srba::LandmarkRendererBase< landmark_rendering_as_point >::render(), mrpt::topography::TDatum10Params::TDatum10Params(), mrpt::topography::TDatum7Params::TDatum7Params(), mrpt::topography::TDatumHelmert2D::TDatumHelmert2D(), mrpt::topography::TDatumHelmert3D::TDatumHelmert3D(), and mrpt::topography::TDatumTransfInterpolation::TDatumTransfInterpolation().
| #define M_PI 3.14159265358979323846 |
OctoMap: A probabilistic, flexible, and compact 3D mapping library for robotic systems.
| #define RAD2DEG | ( | x | ) | ((x) * 57.29577951308232087721) |
Definition at line 65 of file Utils.h.
Referenced by mrpt::poses::CPose3D::asString().
| Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014 |