用Processing生成屏保(二)

代碼 1: class TPoint 2: { 3: public TPoint(int _x, int _y) { 4: super(); 5: this._x = _x; 6: this._y = _y; 7: } 8: public int _x; 9: pu
相關文章
相關標籤/搜索