FlightGear next
|
#include "config.h"
#include "heading_indicator_dg.hxx"
#include <simgear/compiler.h>
#include <simgear/sg_inlines.h>
#include <simgear/math/SGMath.hxx>
#include <iostream>
#include <string>
#include <sstream>
#include <Main/fg_props.hxx>
#include <Main/util.hxx>
Go to the source code of this file.
Macros | |
#define | POW6(x) |
Macro calculating x^6 (faster than super-slow math/pow). | |
#define POW6 | ( | x | ) |
Macro calculating x^6 (faster than super-slow math/pow).
Definition at line 24 of file heading_indicator_dg.cxx.