3176a4676d
One thing I maybe should add to the doc is that the order of operation is always: 1. scale (multiplication) 2. offset (addition) 3. truncate (truncation) This will matter when, for instance, converting from Fahrenheit to Celsius. The normal formula is C = (F - 32) * 0.55555556. The operator precedence above requires a new formula, C = (F * 0.555555556) - 17.777777777. |
||
---|---|---|
.. | ||
InstallGuide/html | ||
Serial | ||
source | ||
FGShortRef.css | ||
FGShortRef.html | ||
FGShortRef.pdf | ||
FlightGear-FAQ.html | ||
fschool_0.0.3.pdf | ||
getstart.pdf | ||
index.html | ||
model-howto.html | ||
README | ||
README.fgjs | ||
README.IO | ||
README.Joystick.html | ||
README.JSBsim | ||
README.minipanel | ||
README.xmlhud | ||
README.xmlpanel.html |
FGShortRef.pdf describes the key bindings and has a nice short description of controls for FGFS. The HTML documentation is a copy of the official manual. If you would like a nicely printed copy it is available in PDF form at the the FGFS website http://flightgear.org/Docs/InstallGuide/getstart.pdf