Removed FIXME comment since I'm convinced the test case is correct. Recall these...
[debian/openrocket] / 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) );