🌈 搜索
📅  最后修改于: 2022-03-11 14:48:41.383000             🧑  作者: Mango
float Lerp(float a, float b, float t) { return a + (b - a) * t; }