Sine In Out
double EaseSineInOut(num t, num b, num c, num d) => -c/2.0*(math.cos(rl.PI*t/d) - 1.0) + b;