|
cisst-saw
|
Declaration of various constants. More...
#include <cisstCommon/cmnExport.h>Go to the source code of this file.
Macros | |
| #define | _cmnConstants_h |
Variables | |
| const double | cmnPI = 3.1415926535897932384626433832795029 |
| const double | cmnPI_2 = 1.5707963267948966192313216916397514 |
| const double | cmnPI_4 = 0.7853981633974483096156608458198757 |
| const double | cmnPI_180 = cmnPI / 180.0 |
| const double | cmn180_PI = 180.0 / cmnPI |
Declaration of various constants.
| #define _cmnConstants_h |
| const double cmn180_PI = 180.0 / cmnPI |
180 / PI : convert radians to degrees
| const double cmnPI = 3.1415926535897932384626433832795029 |
PI
| const double cmnPI_180 = cmnPI / 180.0 |
PI / 180 : convert degrees to radians
| const double cmnPI_2 = 1.5707963267948966192313216916397514 |
PI / 2
| const double cmnPI_4 = 0.7853981633974483096156608458198757 |
PI / 4
1.8.6