opentoonz / opentoonz_docs

OpenToonz User Manual
http://opentoonz.readthedocs.io
28 stars 26 forks source link

wave(length) is not the same as sin(f*2*pi/length) #119

Open anonymou8 opened 4 years ago

anonymou8 commented 4 years ago

In this document on Expressions the description for wave() function says it's behavior is similar to sin(f*2*pi/length). But actually it's same as sin(f*360/length) because sin() function's parameter is in degrees, not radians.

Thanks.