#include <QtCore/QtGlobal>
#include <limits>
#include <iser/iser.h>
Go to the source code of this file.
|
| namespace | imath |
| | Package with mathematical functions and algebraical primitives.
|
| |
|
| #define | qInf std::numeric_limits<double>::infinity |
| |
|
| static const double | I_PI = 3.14159265358979323846 |
| | Mathematical constant value PI.
|
| |
| static const double | I_2PI = 6.2831853071795864769 |
| | Mathematical constant value 2 * PI.
|
| |
◆ qInf
| #define qInf std::numeric_limits<double>::infinity |
◆ qIsNaN()
◆ I_2PI
| const double I_2PI = 6.2831853071795864769 |
|
static |
Mathematical constant value 2 * PI.
Definition at line 24 of file imath.h.
◆ I_PI
| const double I_PI = 3.14159265358979323846 |
|
static |