FlightGear next
view.cxx File Reference
#include "view.hxx"
#include <simgear/compiler.h>
#include <cassert>
#include <simgear/debug/logstream.hxx>
#include <simgear/constants.h>
#include <simgear/scene/model/placement.hxx>
#include <simgear/scene/util/OsgMath.hxx>
#include <simgear/structure/event_mgr.hxx>
#include <Main/fg_props.hxx>
#include <Main/globals.hxx>
#include <Scenery/scenery.hxx>
#include <MultiPlayer/multiplaymgr.hxx>
#include <AIModel/AIMultiplayer.hxx>
#include "CameraGroup.hxx"
#include "ViewPropertyEvaluator.hxx"

Go to the source code of this file.

Functions

static void getAircraftPositionOrientation (SGGeod &position, double &head, double &pitch, double &roll)
 
static void getViewOffsets (bool target_infix, const SGVec3d *adjust, SGVec3d &offset_m)
 
static const SGQuatd fsb2sta ()
 

Function Documentation

◆ fsb2sta()

static const SGQuatd fsb2sta ( )
static

Definition at line 1383 of file view.cxx.

◆ getAircraftPositionOrientation()

static void getAircraftPositionOrientation ( SGGeod & position,
double & head,
double & pitch,
double & roll )
static

Definition at line 663 of file view.cxx.

◆ getViewOffsets()

static void getViewOffsets ( bool target_infix,
const SGVec3d * adjust,
SGVec3d & offset_m )
static

Definition at line 711 of file view.cxx.