🌈 搜索
📅  最后修改于: 2022-03-11 14:49:06.049000             🧑  作者: Mango
//try lerp float lerp(float a, float b, float w) { return a + w*(b-a); }