From 2a80da5cff7a5c07381b523ecb4d76abcd75731e Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Thu, 23 Aug 2012 02:37:51 +0000 Subject: [PATCH] Removed FIXME comment since I'm convinced the test case is correct. Recall these tests were originally in a main loop. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@989 180e2498-e6e9-4542-8430-84ac67f01cd8 --- core/test/net/sf/openrocket/util/TransformationTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/test/net/sf/openrocket/util/TransformationTest.java b/core/test/net/sf/openrocket/util/TransformationTest.java index 25b8941b..cb63b3f2 100644 --- a/core/test/net/sf/openrocket/util/TransformationTest.java +++ b/core/test/net/sf/openrocket/util/TransformationTest.java @@ -40,7 +40,6 @@ public class TransformationTest { assertEquals( new Coordinate(2,3,5), a ); } - // FIXME - is this correct? shouldn't a rotation preserve coordinate length? t = Transformation.rotate_y(0.01); { Coordinate a = t.transform( new Coordinate(1,0,0) ); -- 2.30.2