p.fd(length);
筆前進length步
p.bk(length);
筆後退length步
p.rt(angle);
筆右轉angle度
p.lt(angle);
筆左轉angle度
p.c(color);
設定筆的顏色,有三種引數形式,第一種是乙個引數,可為0-15(0黑 1紅 2深藍 3綠 4青藍 5黃 6棕 7藍 8灰 9粉 10深綠 11紫 12海藍 13淺黃 14咖啡 15白)的整數,第二種是預定義的代號(_black _red _blue _green _cyan _yellow _brown _pencolor _grey _pink _green4 _blueviolet _darkyran _gold _chocolate _white),第三種是三個引數,分別是顏色的r和g還有b,其實就是我們常說的rgb顏色,共有256乘256乘256等於16777216種顏色。
注:十六種顏色的rgb分別是:
0 0 0
255 0 0
0 0 255
0 255 0
0 255 255
255 255 0
165 42 42
0 0 205
190 190 190
255 192 203
0 139 0
138 43 226
0 139 139
255 215 0
255 127 36
255 255 255
MySQL函式列表
mysql中,提供了豐富的函式,簡化了使用者對資料的操作 包括數學函式 字串函式 日期和時間函式 條件判斷函式 加密函式等 abs x 返回x的絕對值 sqrt x 返回x的非負2次方根 mod x,y 返回x被y除后的餘數 ceiling x 返回不小於x的最小整數 floor x 返回不大於x的...
C cmath函式列表
using abs 絕對值 using acos 反余弦 using acosf 反余弦 using acosl 反余弦 using asin 反正弦 using asinf 反正弦 using asinl 反正弦 using atan 反正切 using atan2 y x的反正切 using a...
Sass函式 列表函式nth
語法 nth list,n nth 函式用來指定列表中某個位置的值。不過在 sass 中,nth 函式和其他語言不同,1 是指列表中的第乙個標籤值,2 是指列給中的第二個標籤值,依此類推。如 nth 10px 20px 30px,1 10px nth helvetica,arial,sans ser...