icubic library reference
InsertJoint::InsertJoint
説明
Jointの挿入


関数
フォーマット
OutlineNodePtr*
InsertJoint
(  
iOutline& outline
OutlineNodePtr* node
const fvector2& pos
const fvector2& s_vec
const fvector2& s_w0
const fvector2& s_w1
const fvector2& t_vec
const fvector2& t_w0
const fvector2& t_w1
float samplescale
);  

引数
outline 出力するoutlineオブジェクト
node Jointを挿入するOutlineNodeのポインタのポインタ
pos Jointの中心点の位置
s_vec Jointの開始ベクトル
s_w0 Jointの開始の左側の位置
s_w1 Jointの開始の右側の位置
t_vec Jointの終了のベクトル
t_w0 Jointの終了の左側の位置
t_w1 Jointの終了の右側の位置
float サンプリングの倍率

戻り値
作成したOutlineNodeの最後のポインタのポインタ