Handbook
Glossary
image-rotate ( image degrees -- )
Vocabulary
raylib
Inputs
image
a
pointer
to a
Image
degrees
an
int
Outputs
None
Word description
Rotate image by input angle in degrees (-359 to 359)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-rotate
void
ImageRotate ( Image* image,
int
degrees )