3次関数補間
from
補間関数
3次関数補間
http://marupeke296.com/TIPS_No19_interpolation.html
code:cs
float easeInOut(float t){
return t*t*(3-2*t);
}
https://gyazo.com/5fea191f5de4d9a68ae10451937c9e68