Removed FIXME comment since I'm convinced the test case is correct. Recall these...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Thu, 23 Aug 2012 02:37:51 +0000 (02:37 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Thu, 23 Aug 2012 02:37:51 +0000 (02:37 +0000)
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

index 25b8941bbdab039d556e9c345b3916db418c33a7..cb63b3f27501f69e27d3f05b4fcd517c007b5bda 100644 (file)
@@ -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) );