void initCatmullRom(num x0, num x1, num x2, num x3, num tension) { init(x1, x2, tension * (x2 - x0), tension * (x3 - x1)); }