Extracts the X, Y and Z angles (in radians) from this rotation inside the 3D vector vAngles.
SIRotation.GetXYZAngles( SIVector3 io_pXZYAngles ); |
SIRotation.GetXYZAngles( vAngles ); |
Parameter | Type | Description |
---|---|---|
vAngles | SIVector3 | 3D vector filled with the X, Y and Z angles (in radians) of this rotation |
dim r1, rotAngles ' Create rotation. set r1 = XSIMath.CreateRotation ' Create 3D Vector. set rotAngles = XSIMath.CreateVector3 'do something on the rotation r1.GetXYZAngles rotAngles |