mirror of
https://github.com/GayPizzaSpecifications/padlab.git
synced 2025-08-03 21:21:33 +00:00
- 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
9 lines
208 B
C
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);
|