HermiteInterpolate#

template<typename T>
T HermiteInterpolate(
const T &a,
const T &b,
const T &t1,
const T &t2,
float t,
)#