移動先: 概要 戻り値 MEL 例.
int normalize( float $v[] )
なし
float $v0[] = {3,6,9}; normalize($v0); // Results: 1 //