Closed GoogleCodeExporter closed 9 years ago
From the top of my head, the internal representation of the transformation
matrix is different to what you're showing, with Px/y/z along the bottom row.
However, there are still bugs in the implementation that must be solved.
My goal is to improve the set of unit tests against which the
TransformationMatrix class is proven.
It may make sense to change the internal representation to what you've
suggested, as there does seem to be a bug after deserialisation. I'll add a
unit test for that case in the next day or so.
Thanks for finding and pointing this out.
Original comment by drewnoakes
on 24 Oct 2011 at 6:50
The code in SVN has been updated and appears to be working correctly. There's
a sample agent that uses the TransformationMatrix class to rotate a wireframe
of a cube in 3D above the field via the RoboViz debugger.
This will be included in the next release of the API.
Thanks again for your interest and help.
Original comment by drewnoakes
on 19 Apr 2012 at 4:57
Original issue reported on code.google.com by
m.za...@gmail.com
on 24 Oct 2011 at 4:24