SITransformation.SetMatrix4

説明

行列 mで、この変換の行列表現値を設定します。

スクリプト 構文

SITransformation.SetMatrix4( in_pMatrix );

パラメータ

パラメータ タイプ 詳細
in_pMatrix SIMatrix4 行列オペランド

VBScript の例

dim t1, m1
' Create Transformation.
set t1 = XSIMath.CreateTransform
' Create 4x4 matrix.
set m1 = XSIMath.CreateMatrix4
'initialize the matrix m1 with some values
t1.SetMatrix4 m1

関連項目

SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion