- documentation fix: the angle is in radians not degrees

SVN revision: 10720
This commit is contained in:
Dan Sinclair 2004-07-07 00:32:35 +00:00 committed by Dan Sinclair
parent 66934e2c8c
commit f0b34344f9
1 changed files with 2 additions and 2 deletions

View File

@ -4663,11 +4663,11 @@ imlib_save_image_with_error_return(const char *filename,
}
/**
* @param angle An angle in degree.
* @param angle An angle in radians.
* @return A new image, or NULL.
*
* Creates an new copy of the current image, but rotated by @p angle
* degrees. On success it returns a valid image handle, otherwise
* radians. On success it returns a valid image handle, otherwise
* NULL.
**/
Imlib_Image