RobotArmLib  0.0.4
Robot Arm Library [WIP]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Namespaces | Variables
unit.h File Reference

A head file for converting units. More...

#include <limits>
Include dependency graph for unit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 rb
 Robot Arm Library namespace.
 
 rb::math
 math module namespace
 

Variables

static const double rb::math::PI = 3.1415926535897932384626433832795
 Constant to present value of pi (more precise). More...
 
static const double rb::math::RAD2DEG = 57.295779513082320876798154814105
 Constant to present converting from radian to degree. More...
 
static const double rb::math::DEG2RAD = 0.01745329251994329576923690768489
 Constant to present converting from degree to radian. More...
 
static const double rb::math::EPSILON = std::numeric_limits<float>::epsilon()
 Constant as critera if some variable close enough to zero. More...
 
static const double rb::math::GRAVITY = 0.980665
 Constant to present value of gravity. More...
 

Detailed Description

A head file for converting units.

Author
Chien-Pin Chen