|
From: <de...@us...> - 2003-04-21 19:20:05
|
Update of /cvsroot/csp/APPLICATIONS/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv30033
Modified Files:
CHANGES.current
Log Message:
no message
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** CHANGES.current 20 Apr 2003 22:41:40 -0000 1.25
--- CHANGES.current 21 Apr 2003 19:19:57 -0000 1.26
***************
*** 2,5 ****
--- 2,13 ----
===========================
+ 2003-04-21: delta
+ Removed RadiansToDegrees and DegreesToRadians calls in
+ Quaternion::MakeQFromEulerAngles and
+ Quaternion::MakeEulerAnglesFromQ; now you must specify your
+ angles in radians.
+
+ Cleaned the code in these functions.
+
2003-04-20: onsight
Fix for a nasty little bug in ObjectInterface.h that could
***************
*** 7,10 ****
--- 15,22 ----
SimData, install it, then rebuild CSPSim from scratch (just
to be sure).
+
+ 2003-04-19: delta
+ Use swig 1.3.19 on windows now so need to change custom build.
+
2003-04-18: onsight
|