Math functions in angel script ?
Quote from LWT98709 on December 3, 2024, 6:20 amHello,
Are math functions like sin(), sqrt(), ... available in script ?
How to use them ?
Thanks
Hello,
Are math functions like sin(), sqrt(), ... available in script ?
How to use them ?
Thanks
Quote from LWT98709 on December 3, 2024, 6:07 pmI'm trying to create a microstepping capable stepper motor. The drawing function script, even is simple, require some math function and some drawing function (line, arc) (the avalable drawline function seems not to work).
Finally, I recreate the functions I need (ChatGPT). Sin(), cos() using Taylor's serie. drawLine() and drawArc() base only on setPixel().
Will post the result in this forum when finish.
I'm trying to create a microstepping capable stepper motor. The drawing function script, even is simple, require some math function and some drawing function (line, arc) (the avalable drawline function seems not to work).
Finally, I recreate the functions I need (ChatGPT). Sin(), cos() using Taylor's serie. drawLine() and drawArc() base only on setPixel().
Will post the result in this forum when finish.