SITransformation.SetRotationFromXYZAnglesValues
 
 
 

SITransformation.SetRotationFromXYZAnglesValues

Description

Sets the Euler angles of the rotation (in radians).

C# Syntax

SITransformation.SetRotationFromXYZAnglesValues( Double in_dX, Double in_dY, Double in_dZ );

Scripting Syntax

SITransformation.SetRotationFromXYZAnglesValues( in_dX, in_dY, in_dZ );

Parameters

Parameter Type Description
in_dX Double X Euler angle value
in_dY Double Y Euler angle value
in_dZ Double Z Euler angle value

See Also

SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion