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