git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@91 92aac97c-a6ce-11dd-a772-7fcde58d38e6

This commit is contained in:
chappuis.daniel 2009-02-12 12:37:33 +00:00
parent da3b7a7ec2
commit b7241a6e5c

View File

@ -380,7 +380,7 @@ class Matrix3x3Test : public TestSuite::Test {
test_(result.getValue(2,2) == 256); test_(result.getValue(2,2) == 256);
} }
testOperatorMultiplicationWithVector() { void testOperatorMultiplicationWithVector() {
Vector3D vector(4,7,3); Vector3D vector(4,7,3);
Vector3D result = matrix1 * vector; Vector3D result = matrix1 * vector;
test_(result.getX() == 46); test_(result.getX() == 46);