Function interpCatmullRom

Catmull-Rom curve

T interpCatmullRom(T) (
  T p0,
  T p1,
  T p2,
  T p3,
  float t
);