Hi Michael,
thanks for reporting, this is good to know it.
I have fixed it in the devlopment repository,
and it will be available in next release.
regards,
David
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi David,
I just want to let you know that I found another small typo in AffineTransform3D.inverse(). It is located on line 213 (https://sourceforge.net/p/geom-java/code/HEAD/tree/trunk/src/math/geom3d/transform/AffineTransform3D.java#l213).
The correct line should be:
(m21 * m02 - m01 * m22) / det,
Regards,
Michael
Hi Michael,
thanks for reporting, this is good to know it.
I have fixed it in the devlopment repository,
and it will be available in next release.
regards,
David