AddParentRotation (SITransformation)

Description

Applies a rotation r defined in the parent space of this transformation.

Scripting Syntax

SITransformation.AddParentRotation( r )

C# Syntax

SITransformation.AddParentRotation( SIRotation in_pRotation, Int32 in_bIncrementEulerAngles );

Parameters

Parameter

Type

Description

r

SIRotation

rotation to apply

Examples

VBScript Example

dim t1, r1
' Create transformation.
set t1 = XSIMath.CreateTransform
' Create Rotation.
set r1 = XSIMath.CreateRotation
'Do something on t1 and r1
'Then add a rotation at the parent level
t1.AddParentRotation r1

See Also

SITransformation.AddLocalRotation

SIVector3

SIMatrix3

SIMatrix4

SIRotation

SITransformation

SIQuaternion

 



SOFTIMAGE|XSI v6.01     

Return to Softimage XSI Index