当前位置:网站首页>Learning Processing Zoog
Learning Processing Zoog
2022-06-26 13:05:00 【Harmony between man and nature Peng】
// Learning Processing
// Daniel Shiffman
// http://www.learningprocessing.com
// Example 1-5: Zoog
size(640,360);
background(255);
ellipseMode(CENTER);
rectMode(CENTER);
// Body
stroke(0);
fill(150);
rect(320,190,20,100);
// Head
fill(255);
ellipse(320,160,60,60);
// Eyes
fill(0);
ellipse(301,160,16,32);
ellipse(339,160,16,32);
// Legs
stroke(0);
line(310,240,300,250);
line(330,240,340,250); 
// Learning Processing
// Daniel Shiffman
// http://www.learningprocessing.com
// Example 1-5: Zoog
size(640,360);
background(255);
ellipseMode(CENTER);
rectMode(CENTER);
// Body
stroke(0);
fill(150);
rect(320,190,20,100);
// Head
fill(255);
ellipse(320,160,60,60);
// Eyes
fill(0);
ellipse(301,160,16,32);
ellipse(339,160,16,32);
// mouth
fill(0);
stroke(255, 0, 0);
ellipse(320,180,10,5);
// Legs
stroke(0);
strokeWeight(3);
line(310,240,300,250);
line(330,240,340,250); 
边栏推荐
- 微信小程序测试点总结
- MySQL 自定义函数时:This function has none of DETERMINISTIC, NO SQL 解决方案
- Beifu PLC passes MC_ Readparameter read configuration parameters of NC axis
- G - Cow Bowling
- Biff TwinCAT can quickly detect the physical connection and EtherCAT network through emergency scan
- [极客大挑战 2019]RCE ME 1
- 第十章 设置结构化日志记录(二)
- 【网络是怎么连接的】第一章:浏览器生成消息
- A must for programmers, an artifact utools that can improve your work efficiency n times
- P2393 yyy loves Maths II
猜你喜欢
随机推荐
倍福TwinCAT3实现CSV、TXT文件读写操作
J - Wooden Sticks poj 1065
倍福PLC通过程序获取系统时间、本地时间、当前时区以及系统时间时区转换
倍福PLC通过MC_ReadParameter读取NC轴的配置参数
首批通过!百度智能云曦灵平台获信通院数字人能力评测权威认证
倍福NC轴状态转移图解析
tauri vs electron
OPLG: 新一代云原生可观测最佳实践
postgis计算角度
C语言:练习题二
Explain C language 10 in detail (C language series)
HDU 3709 Balanced Number
Angle de calcul POSTGIS
【shell】生成指定日期之间的字符串
自定义封装下拉组件
File remote synchronization and backup artifact Rsync
What should the software test report include? Interview must ask
Echart堆叠柱状图:色块之间添加白色间距效果设置
Go 结构体方法
ES6:迭代器




![HDU1724[辛普森公式求积分]Ellipse](/img/57/fb5098e150b5f3d91a5d0983a336ee.png)



![[BSidesCF 2019]Kookie 1](/img/22/585d081668e67b8389a1b90aaebe9d.png)
