Go to the source code of this file.
Defines | |
| #define | ZERO (real)1.0e-10 |
| Almost zero. | |
| #define | INF (real)1.0e+10 |
| Infinity (or almost). | |
| #define | PI 3.1415926535897932384626433832795 |
| #define | HALFPI (PI/2.0) |
| #define | DEG2RAD (PI/180.0) |
| Degrees to radians factor. | |
Typedefs | |
| typedef float | real |
| Currently selected type for real values. | |
Functions | |
| int | realCompare (real a, real b, real precission) |
| Compares real values with a given precission. More... | |
|
||||||||||||||||
|
Compares real values with a given precission.
|