Mul (SITransformation)
Description
Combines the transformations t1 and t2 then stores the result in this transformation.
Scripting Syntax
SITransformation.Mul( t1, t2 )
C# Syntax
SITransformation.Mul( SITransformation in_pTransfo1, SITransformation in_pTransfo2 );Parameters
|
Parameter |
Type |
Description |
|
t1 |
Transformation operand |
|
|
t2 |
Transformation operand |
Examples
VBScript Example
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
See Also
|
|
Autodesk Softimage v7.5