mirror of
https://github.com/GayPizzaSpecifications/padlab.git
synced 2025-08-03 13:11:32 +00:00
7 lines
168 B
C
7 lines
168 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);
|