This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | orsa |
Defines | |
| #define | PI 3.1415926535897932384626433832795029L |
| #define | MAX(a, b) ((b) < (a) ? (a) : (b)) |
| #define | MIN(a, b) ((a) < (b) ? (a) : (b)) |
| #define | ABS(a) ((a) >= 0 ? (a) : -(a)) |
Variables | |
| const double | orsa::halfpi = PI/2 |
| const double | orsa::pi = PI |
| const double | orsa::twopi = PI+PI |
| const double | orsa::pisq = PI*PI |
| #define ABS | ( | a | ) | ((a) >= 0 ? (a) : -(a)) |
Definition at line 37 of file orsa_common.h.
| #define MAX | ( | a, | |||
| b | ) | ((b) < (a) ? (a) : (b)) |
| #define MIN | ( | a, | |||
| b | ) | ((a) < (b) ? (a) : (b)) |
| #define PI 3.1415926535897932384626433832795029L |
Definition at line 33 of file orsa_common.h.
1.4.7