[Opal-commits] opal changelog.txt,1.53,1.54
Status: Inactive
Brought to you by:
tylerstreeter
|
From: Olex <ole...@us...> - 2005-12-01 19:34:14
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19201 Modified Files: changelog.txt Log Message: Fixed Matrix44r::setQuaternion(). Refactored Quaternion. More unit tests. Index: changelog.txt =================================================================== RCS file: /cvsroot/opal/opal/changelog.txt,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** changelog.txt 1 Dec 2005 04:54:44 -0000 1.53 --- changelog.txt 1 Dec 2005 19:34:03 -0000 1.54 *************** *** 15,18 **** --- 15,21 ---- ------------------------------------------ + * 12-1-05: Fixed Matrix44r::setQuaternion(). Refactored Quaternion. + More unit tests. (Oleksandr Lozitskiy) + * 12-1-05: Added Solid::setQuaternion and Matrix44r::setQuaternion as well as a few unit tests. (Oleksandr Lozitskiy) |