GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
rotate_image(3) Arcan Lua API rotate_image(3)

rotate_image - Rotate the image around its own center.

nil
rotate_image( vid, newang, dt )
rotate_image( vid, newx, newy, time )

1
For transformation hierarchies where the orientation will depend on that of a parent, grandparent etc. the desired effect might require that you define an origo translation through the use of image_origo_offset.

function rotate_image0()
      a = fill_surface(64, 64, 255, 0, 0);
      show_image(a);
      rotate_image(a, 180, 200);
      rotate_image(a, 270, 100);
      rotate_image(a, 380, 100);
      rotate_image(a, 0, 100);
end

image_origo_shift(3)

June 2022 image

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.