摘要:
enum { UP, LEFT, DOWN, RIGHT,};void hilbert(int level,int direction=UP){ if (level==1) { switch (direction) { case LEFT: move(RIGHT); /* move() could draw a line in... */ mov... 阅读全文
posted @ 2007-02-10 15:18
Len3d
阅读(354)
评论(0)
推荐(0)