subatomic 2003/03/16 20:13:36 PST
Modified files:
modules/GMTL/Test/TestSuite/TestCases QuatOpsTest.cpp
Log:
rewrote the mult and div quat tests to be based on real world data (the
data from before was bogus stuff verifying that this library output what
the old juggler math lib did).
mult now compares quat mult and Matrix mult to be certain that they
behave the same. in addition it tests *= and /=
I did the same for the div(), /, and /= test.
Revision Changes Path
1.11 +147 -31 GGT/modules/GMTL/Test/TestSuite/TestCases/QuatOpsTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/QuatOpsTest.cpp.diff?r1=1.10&r2=1.11&diff_format=l
|