Convert Rotate to Vector or Vector to Rotate

「Convert Rotate to Vector or Vector to Rotate」の編集履歴(バックアップ)一覧はこちら

Convert Rotate to Vector or Vector to Rotate」(2010/10/30 (土) 12:35:57) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

#highlight(c){{ string $obj = "aaa"; /* get Matrix */ float $m[] = `xform -q -ws -matrix $obj`; /* convert to vector */ float $p[] = {0,1,0}; return pointMatrixMult($p, $m); }}
Convert to Vector. #highlight(c){{ string $obj = "aaa"; /* get Matrix */ float $m[] = `xform -q -ws -matrix $obj`; /* convert to vector */ float $p[] = {0,1,0}; return pointMatrixMult($p, $m); }} Vector to Rotate. Check below url. [[Align Y Axis to Vector>http://www.fundza.com/mel/axis_to_vector/align_axis_to_vector.html]]

表示オプション

横に並べて表示:
変化行の前後のみ表示:
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。