Hi listas!
What is the order of matrix-multplication in the statement:
m1.mul(m2)
Is it m1*m2 or m2*m1 ??? (where m1, m2 of type Matrix or Transform3D)
I need to know because I need to apply multiple transformations in some
order: I believe in matrix-multiplications the right-most matrix operation
is applied first to the geometry, then the premultiplied ones.
Thanks, Harry
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".