![]() |
AMS Advanced Air Mobility Sensors UG
|
Static Public Attributes | |
| static constexpr float | skfPi_ { 3.1415926F } |
| Definition of float pi. | |
| static constexpr double | skdPi_ { 3.14159265358979 } |
| Definition of double pi. | |
| static constexpr float | skfHalfPi_ { skfPi_ / 2.0F } |
| Definition of float pi / 2. | |
| static constexpr double | skdHalfPi_ { skdPi_ / 2.0 } |
| Definition of double pi / 2. | |
| static constexpr float | skfTwoPi_ { skfPi_ * 2.0F } |
| Definition of float 2 pi. | |
| static constexpr double | skdTwoPi_ { skdPi_ * 2.0 } |
| Definition of double 2 pi. | |
| static constexpr float | skfDegToRad_ { skfPi_ / 180.0F } |
| Definition of float degrees to radians. | |
| static constexpr double | skdDegToRad_ { skdPi_ / 180.0 } |
| Definition of double degrees to radians. | |
| static constexpr float | skfSqrt2_ { 1.41421356237F } |
| Definition of float square root of 2. | |
| static constexpr double | skdSqrt2_ { 1.414213562373095 } |
| Definition of double square root of 2. | |
|
staticconstexpr |
Definition of double degrees to radians.
|
staticconstexpr |
Definition of double pi / 2.
|
staticconstexpr |
Definition of double pi.
|
staticconstexpr |
Definition of double square root of 2.
|
staticconstexpr |
Definition of double 2 pi.
|
staticconstexpr |
Definition of float degrees to radians.
|
staticconstexpr |
Definition of float pi / 2.
|
staticconstexpr |
Definition of float pi.
|
staticconstexpr |
Definition of float square root of 2.
|
staticconstexpr |
Definition of float 2 pi.