]> git.mxchange.org Git - simgear.git/commit
Mathias Fröhlich:
authorehofman <ehofman>
Sun, 19 Feb 2006 17:22:17 +0000 (17:22 +0000)
committerehofman <ehofman>
Sun, 19 Feb 2006 17:22:17 +0000 (17:22 +0000)
commitafd3c76088334e593cf4caaec4c6ea1063c7d9e0
tree0232cc3f3b44fa89215113f12fa8bb842a2fb045
parent6b697506c3d7f1a8a954c585113919dafec4bae2
Mathias Fröhlich:

This patch makes use of the vectors now available in simgear with that past
patch. And using that it simplyfies the carrier code somehow.

- Small additional factory's to the quaternion code are done in the simgear
  part. Also more explicit unit names in the factory functions.
- The flightgear part makes use of them and simplyfies some computations
  especially in the carrier code.
- The data part fixes the coordinate frames I used for the park positions in
  the carrier to match the usual ones. I believed that I had done so, but it
  was definitly different. Also there are more parking positions avaliable now.
simgear/math/SGMathTest.cxx
simgear/math/SGMisc.hxx
simgear/math/SGQuat.hxx
simgear/math/SGVec3.hxx
simgear/math/SGVec4.hxx