Copy (SIRotation)

Description

Copies the source rotation r to this rotation.

Scripting Syntax

SIRotation.Copy( r )

C# Syntax

SIRotation.Copy( SIRotation in_pSrcRot );

Parameters

Parameter

Type

Description

r

SIRotation

Source rotation

Examples

VBScript Example

dim r1, r2
' Create rotations.
set r1 = XSIMath.CreateRotation
set r2 = XSIMath.CreateRotation
'Do something with rotation r1
r1.Copy r2

See Also

SIVector3

SIMatrix3

SIMatrix4

SIRotation

SITransformation

SIQuaternion

 

 



SOFTIMAGE|XSI v6.01     

Return to Softimage XSI Index