この変換を変換t と合成し、結果をこの変換に格納します。
SITransformation.MulInPlace( SITransformation in_pTransfo ); |
SITransformation.MulInPlace( in_pTransfo ); |
パラメータ | タイプ | 説明 |
---|---|---|
in_pTransfo | SITransformation | 変換オペランド |
dim t1, t2 ' Create transformations. set t1 = XSIMath.CreateTransform set t2 = XSIMath.CreateTransform 'Do something on t1 and t2 t2.MulInPlace t1 |