|
XX CMake Package
|
Functions | |
| double | deg2Rad (const double °rees) |
| double | rad2Deg (const double &radians) |
| bool | signChange (const double &value1, const double &value2) |
| size_t | getNearestPowerOfTwo (const size_t &num) |
| bool | isPowerOfTwo (const size_t &num) |
| QVector< double > | derivative (const QVector< double > &values, uint8_t order) |
Variables | |
| static const double | pi = 2.0 * std::asin(1.0) |
| static const double | epsilon = 1e-12 |
| double XX::Math::deg2Rad | ( | const double & | degrees | ) |
| QVector< double > XX::Math::derivative | ( | const QVector< double > & | values, |
| uint8_t | order ) |
| size_t XX::Math::getNearestPowerOfTwo | ( | const size_t & | num | ) |
| bool XX::Math::isPowerOfTwo | ( | const size_t & | num | ) |
| double XX::Math::rad2Deg | ( | const double & | radians | ) |
| bool XX::Math::signChange | ( | const double & | value1, |
| const double & | value2 ) |
|
static |
|
static |