ジャンプ先: 概要. 戻り値. キーワード. フラグ. MEL 例.
matrixUtil [-inverse] [-quaternion float float float float] [-relative] [-rotation float float float] [-scale float float float] [-shear float float float] [-translation float float float] [-transpose]
matrixUtil は、取り消し可能、照会可能、および編集可能です。
行列、合成、分解を処理するためのコマンド
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
matrix, decomposeMatrix, decomposeMatrix
inverse, quaternion, relative, rotation, scale, shear, translation, transpose
フラグはコマンドの作成モードで表示できます
|
フラグはコマンドの編集モードで表示できます
|
フラグはコマンドの照会モードで表示できます
|
コマンド内でフラグを複数回使用できます。
|
//compose a matrix from translation, rotation, scale and shear
matrixUtil -t 10 20 30 -r 90 0 90 -s 2 3 4 -sh 1 0 0
//get translation
matrixUtil -q -t 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1
//get rotation
matrixUtil -q -r 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1