Files
simgear/simgear/environment
ehofman 37b4005d3e Alex Romosan:
* Use "const string&" rather than "string" in function calls when appropriate.
* Use "const Point3D&" instead of "Pint3D" in function calls when appropriate.
* Improved course calculation in calc_gc_course_dist()
* Safer thread handling code.

Vassilii Khachaturov:

Dont use "const Point3D&" for return types unless you're absolutely sure.

Erik Hofman:

* Use SGD_(2)PI(_[24]) as defined in simgear/constants.h rather than
  calculating it by hand every time.
2005-10-25 13:48:58 +00:00
..
2005-04-24 11:16:50 +00:00
2005-10-06 09:45:36 +00:00
2005-10-25 13:48:58 +00:00
2005-05-30 09:04:57 +00:00
2005-06-26 17:16:45 +00:00