Processing 005 一个简单的示例——落体运动 代码 float h0 = 50; // 初始高度 float v0 = 0; // 初始速度 float g = 9.8; // 重力加速度 float f = 0.5; // 空气阻力加速度 float</