]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATCutils.cxx
More efficient rotation matrix calc from Norm Vine.
[flightgear.git] / src / ATC / ATCutils.cxx
index 01aeb5474f39ee484764a74a78bdf2a559fc4e61..09ac9ecff68a57dfe6f77734a8c04ca0836d5b51 100644 (file)
@@ -61,4 +61,4 @@ Point3D dclUpdatePosition(Point3D pos, double heading, double angle, double dist
        Y_cg_rwy =-D_cg_north_of_rwy*sin_rwy_hdg 
          + D_cg_east_of_rwy*cos_rwy_hdg;
        H_cg_rwy = D_cg_above_rwy;    
-#endif
\ No newline at end of file
+#endif