[Gcblue-commits] gcb_wx/include/common simmath.h,1.36,1.37
Status: Alpha
Brought to you by:
ddcforge
From: Dewitt C. <ddc...@us...> - 2006-10-24 01:34:30
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv8449/include/common Modified Files: simmath.h Log Message: Index: simmath.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/simmath.h,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** simmath.h 18 Jun 2006 00:49:19 -0000 1.36 --- simmath.h 24 Oct 2006 01:33:57 -0000 1.37 *************** *** 198,201 **** --- 198,202 ---- float HeadingToTrack(const tcTrack& track); float HeadingToGeoRad(const GeoPoint *apGeoPoint); + float HeadingToGeoRad(float lon_rad, float lat_rad); float RangeToKm(const GeoPoint *apGeoPoint) const; float RangeToKm(tcKinematics& k) const; |