机器人精神 源码
机器人精神 作业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(
文件列表
RobotaPsyche-main.zip
(预估有个36文件)
RobotaPsyche-main
Assignment_2_Feb15
images
vectoringImage.png
1.22MB
images
1B
centeringBullseye.png
763KB
Assignment2
Assignment2.pde
1KB
FlowField.pde
13KB
Vehicle.pde
2KB
暂无评论