#include <MathHelper.h>
| Static Public Member Functions | |
| static double | deg2rad (double deg) | 
| static double | getDistanceBetweenPoints (const Eigen::Vector3d p1, const Eigen::Vector3d p2) | 
| static double | rad2deg (double rad) | 
A helper class for mathematical calculations and conversions between data structures.
Definition at line 30 of file MathHelper.h.
| 
 | static | 
Converts from degrees to radians.
| deg | Angle in degree. | 
Definition at line 26 of file MathHelper.cpp.
| 
 | static | 
Calculates the distance between two points.
| p1 | The first point. | 
| p2 | The other first point. | 
Definition at line 22 of file MathHelper.cpp.
| 
 | static | 
Converts from radian to degrees.
| rad | Angle in radian. | 
Definition at line 30 of file MathHelper.cpp.