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:
parent
413225b474
commit
ba1c0fd2fa
@ -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) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user