FlightGear next
|
#include <AIWakeGroup.hxx>
Public Member Functions | |
AIWakeGroup (void) | |
void | AddAI (FGAIAircraft *ai) |
SGVec3d | getInducedVelocityAt (const SGVec3d &pt) const |
void | gc (void) |
Friends | |
class | FGTestApi::PrivateAccessor::FDM::Accessor |
Definition at line 34 of file AIWakeGroup.hxx.
AIWakeGroup::AIWakeGroup | ( | void | ) |
Definition at line 36 of file AIWakeGroup.cxx.
void AIWakeGroup::AddAI | ( | FGAIAircraft * | ai | ) |
Definition at line 42 of file AIWakeGroup.cxx.
void AIWakeGroup::gc | ( | void | ) |
Definition at line 89 of file AIWakeGroup.cxx.
SGVec3d AIWakeGroup::getInducedVelocityAt | ( | const SGVec3d & | pt | ) | const |
Definition at line 76 of file AIWakeGroup.cxx.
|
friend |
Definition at line 35 of file AIWakeGroup.hxx.