INT_MULT
#define INT_LERP(p, q, a, t) ((p) + INT_MULT(a, ((q) - (p)), t))
#define INT_PRELERP(p, q, a, t) ((p) + (q) - INT_MULT(a, p, t))