MulInPlace (SIRotation)

Description

Right-multiplies this rotation by the rotation r: this = this . r

Scripting Syntax

SIRotation.MulInPlace( r )

C# Syntax

SIRotation.MulInPlace( SIRotation in_pRot );

Parameters

Parameter

Type

Description

r

SIRotation

rotation operand

Examples

VBScript Example

dim r1, r2
' Create rotations.
set r1 = XSIMath.CreateRotation
set r2 = XSIMath.CreateRotation
'Do something with rotations r1 and r2
r1.MulInPlace r2

See Also

SIRotation.Mul

SIVector3

SIMatrix3

SIMatrix4

SIRotation

SITransformation

SIQuaternion

 



Autodesk Softimage v7.5