FlightGear next
|
#include "AISim.hpp"
#include <fenv.h>
#include <cmath>
#include <limits>
#include <cstdio>
#include <string>
#include <fstream>
#include <streambuf>
#include "simd.hxx"
#include "simd4x4.hxx"
Go to the source code of this file.
Macros | |
#define | FEET_TO_INCHES 12.0f |
#define | INCHES_TO_FEET (1.0f/FEET_TO_INCHES) |
#define | OMEGA_EARTH 0.00007272205217f |
#define | MAX_ALT 101 |
#define INCHES_TO_FEET (1.0f/FEET_TO_INCHES) |