Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
xrpoly
正多角形を描画する
呼び出し手順
xrpoly(orig,n,r,[theta])
引数
- orig
- 大きさ 2のベクトル. 
- n
- 整数, 辺の数. 
- r
- 実数スカラー. 
- theta
- 実数, 角度(単位:ラジアン); 0 がデフォルト値. 
説明
xrpoly は,
            
            点origを中心とする
            
            直径rの円に包含される
            
            正n角形を描画します.
            
            theta は回転角(単位:ラジアン)を指定します.
            
            この関数はカレントのグラフィックスケールを使用します.
参照
- xrect — 矩形を描画する
| Report an issue | ||
| << xpolys | polygon | property >> | 
