FlightGear next
heading_indicator_dg.cxx File Reference
#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).
 

Macro Definition Documentation

◆ POW6

#define POW6 ( x)
Value:
(x*x*x*x*x*x)

Macro calculating x^6 (faster than super-slow math/pow).

Definition at line 24 of file heading_indicator_dg.cxx.