ct.arc()
(第一個參數x,2,y,)圓心的位置? ? 3? ? ? radius :? ?半徑的大小 :0.5pi? ? ?1pi? ? 1.5pi? ? ?2pi
4,startAngle:number? ? 開始的角度
5,endAngle:number? ? ? ? ? ? 結束的角度
6,??anticlockwise? ? ? ? ? 是否逆時針
rad = deg*Math.PI/180; 比如:90度的弧形rad=90*Math.PI/180=0.5Math.PI
ct.arc()
(第一個參數x,2,y,)圓心的位置? ? 3? ? ? radius :? ?半徑的大小 :0.5pi? ? ?1pi? ? 1.5pi? ? ?2pi
4,startAngle:number? ? 開始的角度
5,endAngle:number? ? ? ? ? ? 結束的角度
6,??anticlockwise? ? ? ? ? 是否逆時針
rad = deg*Math.PI/180; 比如:90度的弧形rad=90*Math.PI/180=0.5Math.PI