--- trunk/test/math/RectMatrixTestCase.hpp 2004/10/15 07:52:47 77 +++ trunk/test/math/RectMatrixTestCase.hpp 2004/10/15 15:19:28 78 @@ -12,7 +12,11 @@ typedef RectMatrix RMat3x2; typedef RectMatrix RMat2x2; typedef RectMatrix RMat2x3; typedef RectMatrix RMat3x2; +typedef RectMatrix RMat3x3; +typedef RectMatrix RMat3x4; +typedef Vector Vec3; + class RectMatrixTestCase : public CPPUNIT_NS::TestFixture { CPPUNIT_TEST_SUITE( RectMatrixTestCase ); CPPUNIT_TEST(testConstructor); @@ -48,10 +52,21 @@ class RectMatrixTestCase : public CPPUNIT_NS::TestFixt RMat2x2 one; RMat2x2 two; - RMat2x3 a; RMat3x2 b; + RMat2x2 c; + + RMat3x3 d; + RMat3x3 e; + RMat3x3 f; + RMat3x3 g; + RMat3x4 h; + RMat3x4 i; + + Vec3 v1; + Vec3 v2; + double s1; double s2;