icubic library reference
IOutline::InsertNode
説明
Nodeを挿入する


関数
フォーマット
OutlineNodePtr*
InsertNode
(  
OutlineNodePtr* node
const fvector2 pos[]
int num
);  

引数
node 挿入する位置のOutlineNodeのポインタのポインタ
pos[] 挿入するNodeの位置リスト
num 挿入する位置の数

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