Very cool ! To a beginner
Submitted by @Bodysoulspirit
Attachment | Size |
---|---|
![]() | 6.92 KB |
Different maths libraries use degrees and others use radians ... well radians is by far more common but in this case the Vuo node uses degrees. Multiple an angle measured in radians by 180/pi converts it to degrees.
Ah ok thanks a bunch !
Yeah thought about something in this direction could be the case so I used the Vuo "rad2deg" function but obviously I had made a mistake. So sin(rad2deg(a)*xn)+c*cos(rad2deg(a)*yn)
works too.
Loved to copy+rotate the objects ;)
Anyway, amazing work Paul
Attachment | Size |
---|---|
![]() | 7.25 KB |
![]() | 8.11 KB |
![]() | 9.68 KB |
![]() | 12.78 KB |
![]() | 397.2 KB |
![]() | 547.12 KB |
![]() | 1.02 MB |
Very cool ! To a beginner like me, could you simply explain why in Vuo you've added 180* / pi in the formulas whereas on your website not ? Thanks