Home
last modified time | relevance | path

Searched refs:mPitchRate (Results 1 – 3 of 3) sorted by relevance

/dports/games/palomino/palomino/src/physics/
H A Daircraft_specs.cc73 mPitchRate(0), in AircraftSpecs()
230 mAircraftSpecs.mPitchRate = f; in ProcessField()
H A Daircraft_specs.hh64 Degree mPitchRate; ///< degree/sec member in physics::AircraftSpecs
H A Dphysics_aircraft.cc620 ASSERT( mSpecs.mPitchRate > 0 ); in ComputePitchRate()
622 return mSpecs.mPitchRate * ComputeRotationFactor(); in ComputePitchRate()