FlightGear next
|
#include "Turbulence.hpp"
#include "Math.hpp"
Go to the source code of this file.
Namespaces | |
namespace | yasim |
Functions | |
static float | yasim::i2fu (unsigned int i) |
static float | yasim::i2fs (unsigned int i) |
static float | yasim::c2fu (unsigned char c) |
static unsigned char | yasim::f2cu (float f) |
Variables | |
const float | yasim::MAX_TURBULENCE = 20 |
const float | yasim::BASE_RATE = 2.0 |
const double | yasim::MAGNITUDE_EXP = 2.0 |
const int | yasim::MEANINGFUL_GENS = 7 |
static unsigned int | yasim::SBOX [] |