Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Namespaces | Functions
angles.hpp File Reference
#include <cmath>
#include <pcl/pcl_macros.h>
Include dependency graph for angles.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  pcl

Functions

float pcl::normAngle (float alpha)
 Normalize an angle to (-PI, PI].
float pcl::rad2deg (float alpha)
 Convert an angle from radians to degrees.
float pcl::deg2rad (float alpha)
 Convert an angle from degrees to radians.
double pcl::rad2deg (double alpha)
 Convert an angle from radians to degrees.
double pcl::deg2rad (double alpha)
 Convert an angle from degrees to radians.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines