You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this, sinusoidal functions are required, which I have not yet implemented in the current codebase. The reason is, that kernel-code is very limited and has no access to the c standard library and hence, math related functions.
But here comes the rescue: Due to ongoing troubles with floating-point arithmetic in this kernel module (see #14), there is a plan to move to fixed-point arithmetic and the suggested library for this purpose has sinusoidal functions implemented.
Once this migration is done, one can think about adding angle-snapping.
I would really like to see anglesnapping as a feature, I used it a lot on my VM but would like to use it on linux aswell
The text was updated successfully, but these errors were encountered: