1. 首页
  2. 数据库
  3. 其它
  4. 机器人精神 源码

机器人精神 源码

上传者: 2021-02-21 17:49:50上传 ZIP文件 17.83MB 热度 7次
机器人精神 作业1:驾驶汽车 处理代码: Mover m; PVector force= new PVector(0, 0); void setup() { fullScreen(); m = new Mover(); } void draw() { background(255); //// Apply the friction force vector to the object. //if (m.velocity.mag() > 0) { // float c = 0.004; // PVector friction = m.velocity.get(
用户评论