Files
padlab/maths.c
a dinosaur ff040ce322 ch ch ch ch changes! big ol overhaul:
- Hidpi support
- Display & edit both sticks individually
- Clearer distinction between raw & filtered position
- Param editing & preview for digital
- Digital has an angle parameter
- Touched up CMakeLists.txt
- gitignore
2022-10-06 18:53:51 +11:00

9 lines
208 B
C

#include "maths.h"
static inline vector VecAdd(vector l, vector r);
static inline vector VecScale(vector v, vec_t x);
static inline double pfmod(double x, double d);
double AccelCurve(double x, double y);