~ubuntu-branches/ubuntu/precise/flightgear/precise

« back to all changes in this revision

Viewing changes to src/FDM/YASim/Gear.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Ove Kaaven
  • Date: 2011-01-30 15:46:35 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110130154635-rlynmg9n5hzxq5xe
Tags: 2.0.0-3
* Recommend fgfs-aircraft-base and fgfs-models-base.
  Closes. #610276.
* Added note about scenery SharedModels.tgz to README.Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    void setIgnoreWhileSolving(bool c);
51
51
    void setGlobalGround(double* global_ground, float* global_vel,
52
52
        double globalX, double globalY,
53
 
        int type, const SGMaterial *material);
 
53
        const SGMaterial *material);
54
54
    void getPosition(float* out);
55
55
    void getCompression(float* out);
56
56
    void getGlobalGround(double* global_ground);
117
117
    float _reduceFrictionByExtension;
118
118
    bool _ignoreWhileSolving;
119
119
 
120
 
    int _ground_type;
121
120
    double _ground_frictionFactor;
122
121
    double _ground_rollingFriction;
123
122
    double _ground_loadCapacity;