パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
center | 円の中心点の座標。 The coordinate of the center of the circle. |
\(x\)座標と\(y\)座標をカンマ(,)で区切って並べた文字列。 A string composed of the \(x\)- and \(y\)-coordinates separated by a comma. |
0.0,0.0 |
radius | 円の半径。 The radius of the circle. |
正の実数。 A positive real number. |
1.0 |
angle_interval | 計算する円周上の点の角度刻み(°)。 The angle interval (°) of the points to draw the circle. |
360.0の整数(\(\geq 2\))分の1となる正の実数。 A positive real number that is an integer (\(\geq 2\)) divisor of 360.0. |
1.0 |