Removed FIXME comment since I'm convinced the test case is correct. Recall these tests were originally in a main loop.

This commit is contained in:
Kevin Ruland 2012-08-23 02:37:51 +00:00
parent 413225b474
commit ba1c0fd2fa

View 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) );