实现一个点缓慢到达另一个点 使用线性插值的方法将点从一个位置平滑地移动到另一个位置: #include <stdio.h> #include <stdlib.h> #include <unistd.h> // 用于 sleep 函数// 点的结构体