image-rotate ( image degrees -- )


Vocabulary
raylib

Inputs
imagea pointer to a Image
degreesan int


Outputs
None

Word description
Rotate image by input angle in degrees (-359 to 359)

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-rotate void
ImageRotate ( Image* image, int degrees )