|
From: <mk...@us...> - 2003-04-18 20:59:58
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim In directory sc8-pr-cvs1:/tmp/cvs-serv491 Modified Files: CHANGES.current Log Message: see CHANGES.current Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** CHANGES.current 18 Apr 2003 20:30:13 -0000 1.22 --- CHANGES.current 18 Apr 2003 20:59:54 -0000 1.23 *************** *** 2,5 **** --- 2,10 ---- =========================== + 2003-04-19: onsight + Changed AircraftObject:: m_heading, m_pitch, m_roll to m_Heading, + m_Pitch, m_Roll. These are now in radians, and converted to + degrees only if necessary (for display). setAttitude(x, y, z) + still takes degrees. 2003-04-18: delta |