Rotate an image around the Y-Axis in Java?

Posted by mlaw on Stack Overflow See other posts from Stack Overflow or by mlaw
Published on 2010-05-10T23:50:44Z Indexed on 2010/05/10 23:54 UTC
Read the original article Hit count: 151

Filed under:
|
|

I need to rotate a 2d sprite about the y axis. E.g., I have a 2d top-view sprite of an aircraft. When the user turns the aircraft the wings should tilt into (or out of) the screen to show that it is turning.

© Stack Overflow or respective owner

Related posts about java

Related posts about graphics