Math help:). Does someone know the best way that that i can extract rotation
information out of an AffineTransform. I'm trying to implement getRotation()
such that

AffineTransform at = new AffineTransform();

at.rotate(pi/4);
assertTrue(at.getRotation() == pi/4);

Thanks,
Jesse

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to