util_libutil_mathmath.lerp本页总览math.lerp 线性插值 声明 float math.lerp(mixed from, mixed to, float val) 参数 参数名描述from起始值to结束值val插值值 返回值 插值后的值 使用方式