作业帮 > 综合 > 作业

急求processing作业!谁会processing这个软件?!

来源:学生作业帮 编辑:拍题作业网作业帮 分类:综合作业 时间:2024/06/07 21:03:14
急求processing作业!谁会processing这个软件?!
以平面几何形体为基本体,进行重复构成和运动处理,可以随机变化色彩;画布大小800*800.
int count=50;
float[] x=new float[count];
float[] xd=new float[count];
float[] y=new float[count];
float[] yd=new float[count];
float[] size=new float[count];
color[] c=new color[count];
void setup()
{
size(800,800);
for(int i=0;i