8 #include <simgear/compiler.h>
17 void PilotOffsetInit();
18 void PilotOffsetInit( sgVec3 vec );
19 void PilotOffsetAdjust( puObject * );
20 void Vec3FromHeadingPitchRadius( sgVec3 vec3, float heading, float pitch, float radius );
21 void HeadingPitchRadiusFromVec3( sgVec3 hpr, sgVec3 vec3 );
22 //void PilotOffsetGet( float *po );
23 sgVec3 *PilotOffsetGet();
24 void PilotOffsetSet( int opt, float setting);
25 float PilotOffsetGetSetting( int opt );
27 #endif // _VEC3_SLIDER_H