ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/test/math/SquareMatrix3TestCase.cpp
Revision: 110
Committed: Tue Oct 19 21:28:55 2004 UTC (20 years, 6 months ago) by tim
File size: 524 byte(s)
Log Message:
more bugs get fixed at math library

File Contents

# User Rev Content
1 tim 100 #include "math/SquareMatrix3TestCase.hpp"
2    
3     // Registers the fixture into the 'registry'
4     CPPUNIT_TEST_SUITE_REGISTRATION( SquareMatrix3TestCase );
5    
6    
7 tim 110 void SquareMatrix3TestCase::testSetupRotationMatrix(){
8     //test setupRotationMatrix by quaternion
9 tim 100
10    
11 tim 110 //test setupRotationMatrix by euler angles
12 tim 100 }
13    
14 tim 110 void SquareMatrix3TestCase::testOtherMemberFunctions() {
15     //test inverse
16 tim 100
17    
18 tim 110 //test determinant
19 tim 100 }
20 tim 110 void SquareMatrix3TestCase::testTransformation(){
21 tim 100
22 tim 110 //test toQuaternion
23 tim 100
24 tim 110 //test toEuler
25    
26     //test diagonalize
27 tim 100 }