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

SITransformation

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

SITransformation.Mul

SIVector3

SIMatrix3

SIMatrix4

SIRotation

SITransformation

SIQuaternion

 



Autodesk Softimage v7.5