Prof.C.Ratsch wrote:
Hello Java3D-fans,
I have the instance of a Transform3D from a TransformGroup.
How can I get the rotation angle ? I search something like getRotX ?
Any solutions?
C. Ratsch
===========================================================================
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".
just get the matrix of your Transform3D, there you got all values
(cosini and sinus of ALL the rotations in radiant)
regards
rolf gabler-mieck
===========================================================================
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".