GetXYZAnglesValues (SIRotation)

Description

Returns the Euler angles values (in radians).

Note: This method uses output arguments. C# and some scripting languages (such as JScript and PerlScript) don't support arguments passed by reference. However, there is a alternate version of this method which is considered safe to use with C#, JScript and PerlScript: SIRotation.GetXYZAnglesValues2.

Scripting Syntax

SIRotation.GetXYZAnglesValues( X, Y, Z )

C# Syntax

SIRotation.GetXYZAnglesValues( Object& out_pvarX, Object& out_pvarY, Object& out_pvarZ );

Parameters

Parameter

Type

Description

X [out]

Double

X Euler angle value (in radians).

Y [out]

Double

Y Euler angle value (in radians).

Z [out]

Double

Z Euler angle value (in radians).

See Also

SIRotation.GetXYZAnglesValues2

SIRotation.RotX

SIRotation.RotY

SIRotation.RotZ

SIRotation.XYZAngles

 

 

 



Autodesk Softimage v7.5