1#ifndef CSimpleThruster_h__
2#define CSimpleThruster_h__
14 void SetData( std::vector<double> &pitch_axis, std::vector<double> &n_axis,
double**data);
16 double GetForce(
double pitch,
double n);
24 std::vector<double> pitch_axis;
25 std::vector<double> n_axis;
27 double ** thrust_table;
Definition: SimpleThruster.h:8
Simple waypoint object.
Definition: CableAttach.h:16