hi
In AffineTransform3D.java the method transformPoints(Point3D[] src, Point3D[] dst) and transformPoint(Point3D src). The last coef index is 12 instead of 11.
same in Point3D.java's method
transform(AffineTransform3D trans).
cheers
Last edit: Jonathan 2013-05-01
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Jonathan,
Thanks for reporting bug. I have fxed it in the repository, and I improved a little bit these methods.
You can get new version by checkout.
regards,
David
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi
In AffineTransform3D.java the method transformPoints(Point3D[] src, Point3D[] dst) and transformPoint(Point3D src). The last coef index is 12 instead of 11.
same in Point3D.java's method
transform(AffineTransform3D trans).
cheers
Last edit: Jonathan 2013-05-01
Hi Jonathan,
Thanks for reporting bug. I have fxed it in the repository, and I improved a little bit these methods.
You can get new version by checkout.
regards,
David