SIRotation.GetXYZAnglesValues
 
 
 

SIRotation.GetXYZAnglesValues

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.

C# Syntax

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

Scripting Syntax

SIRotation.GetXYZAnglesValues( X, Y, Z );

Parameters

Parameter Type Description
X Double X Euler angle value (in radians).
Y Double Y Euler angle value (in radians).
Z Double Z Euler angle value (in radians).

See Also

SIRotation.GetXYZAnglesValues2 SIRotation.RotX SIRotation.RotY SIRotation.RotZ SIRotation.XYZAngles