[Gcblue-commits] gcb_wx/include/common simmath.h,1.6,1.7
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@us...> - 2004-01-20 03:02:55
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1:/tmp/cvs-serv12457/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.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** simmath.h 8 Jan 2004 23:54:26 -0000 1.6 --- simmath.h 20 Jan 2004 03:02:52 -0000 1.7 *************** *** 155,158 **** --- 155,159 ---- + float CalculateCollisionPoint(const tcKinematics& collider, float& dxi, float& dyi, float& dzi); void Clear() {mfLon_rad=0;mfLat_rad=0;mfAlt_m=0; mfHeading_rad=0;mfClimbAngle_rad=0;mfSpeed_kts=0; |