Page 1 of 1

Rotation with BlitRotated()

PostPosted: Aug 1, 2006 @ 10:10pm
by PsychoChris
Hello,

i recently tried out the BlitRotated() function and was surprised that the angle doesn't seem to go from 0° to 360°. What kind of angle do i need to use?

Greetings,
Chris

PostPosted: Aug 1, 2006 @ 10:49pm
by Presto
It takes a float value from -3.14 to 3.14.

-John

PostPosted: Aug 1, 2006 @ 10:54pm
by PsychoChris
Hi Presto,

thank you for the information!

Greetings,
Chris

PostPosted: Aug 1, 2006 @ 11:26pm
by Kzinti
Yes, the angle is in radians, not degrees.