SITransformation.MulInPlace

Description

Combines this transformation with the transformation t then stores the result in this transformation.

C# Syntax

SITransformation.MulInPlace( SITransformation in_pTransfo );

Scripting Syntax

SITransformation.MulInPlace( in_pTransfo );

Parameters

Parameter Type Description
in_pTransfo 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