MulInPlace (SITransformation)
Description
Combines this transformation with the transformation t then stores the result in this transformation.
Scripting Syntax
SITransformation.MulInPlace( t )
C# Syntax
SITransformation.MulInPlace( SITransformation in_pTransfo );Parameters
|
Parameter |
Type |
Description |
|
t |
Transformation operand |
Examples
VBScript Example
dim t1, t2 ' Create transformations. set t1 = XSIMath.CreateTransform set t2 = XSIMath.CreateTransform 'Do something on t1 and t2 t2.MulInPlace t1
See Also
|
|
Autodesk Softimage v7.5