X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=core%2Ftest%2Fnet%2Fsf%2Fopenrocket%2Futil%2FTransformationTest.java;h=cb63b3f27501f69e27d3f05b4fcd517c007b5bda;hb=2a80da5cff7a5c07381b523ecb4d76abcd75731e;hp=25b8941bbdab039d556e9c345b3916db418c33a7;hpb=e21b77118f72c9c82ef379b3d044f042371f6d04;p=debian%2Fopenrocket 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) );