double EaseBounceIn(num t, num b, num c, num d) { return (c - EaseBounceOut(d - t, 0.0, c, d) + b); }