Files
oak-editor/io/math.h
T
2018-11-12 18:44:10 +11:00

8 lines
140 B
C

#ifndef MATH_H
#define MATH_H
int lerp(int a, int b, double t);
double double_lerp(double a, double b, double t);
#endif // MATH_H