icubic library reference
IGraphics_gp::StrokeArc
説明
円弧のストローク描画
関数
フォーマット
void
StrokeArc
(
const fvector2&
sp
float
rx
float
ry
float
x_axis_rot
bool
large
bool
sweep
const fvector2&
tp
const affine&
transform1
const affine&
transform2
);
引数
sp
開始点
rx
X方向の半径
ry
Y方向の半径
x_axis_rot
X軸に対する回転角度。radian単位。
large
長い円弧の場合はtrue , 短い円弧の場合はfalse。
sweep
正方向の角度の場合はtrue , 負方向の角度の場合はfalse。
tp
終了点
transform1
パスにかけるアフィン変換
transform2
アウトラインにかけるアフィン変換
戻り値
なし
Copyright(C) 2008 fanzo.
更新日 20081119