SITransformation.MulInPlace

説明

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

C#構文

SITransformation.MulInPlace( SITransformation in_pTransfo );

スクリプト構文

SITransformation.MulInPlace( in_pTransfo );

パラメータ

パラメータ タイプ 説明
in_pTransfo SITransformation 変換オペランド

VBScript の例

dim t1, t2

' Create transformations.

set t1 = XSIMath.CreateTransform

set t2 = XSIMath.CreateTransform

'Do something on t1 and t2

t2.MulInPlace t1

関連項目

SITransformation.Mul SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion