SITransformation.Mul

説明

変換t1とt2を合成し、結果をこの変換に格納します。

スクリプト 構文

SITransformation.Mul( in_pTransfo1, in_pTransfo2 );

パラメータ

パラメータ タイプ 詳細
in_pTransfo1 SITransformation 変換オペランド
in_pTransfo2 SITransformation 変換オペランド

VBScript の例

dim t1, t2, t3
' Create transformations.
set t1 = XSIMath.CreateTransform
set t2 = XSIMath.CreateTransform
set t3 = XSIMath.CreateTransform
'Do something on t1 and t2
t3.Mul t1, t2

関連項目

SITransformation.MulInPlace SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion