Method: Gosu::Window#rotate
- Defined in:
- lib/gosu_android/main-window.rb
#rotate(angle, around_x = 0, around_y = 0, &rendering_code) ⇒ Object
Rotates everything drawn in the block around (around_x, around_y).
283 |
# File 'lib/gosu_android/main-window.rb', line 283 def rotate(angle, around_x=0, around_y=0, &rendering_code); end |