Processing 教程 (shape) 2011-12-16 21:13阅读: http://blog.sina.cn/dpool/blog/u/1768513465 Processing 教程 (shape) shape by jks 16-Dec-2011 首先介绍arc()函数. 在窗口中输入下面两句. size (200, 200); arc (100, 100, 200, 100, PI, PI * 3 / 2); C-r 你会得到如下图形: