Decompose World Transform Operator into Vectors (Fixed XYZ in World)

Obtains the position and orientation vectors from a Fixed XYZ transform value, expressed in the World coordinate frame.

 

Input Arguments

 

0

World Transform Operator

Input World Transform Opera- tor

The transform to decompose.

 

Return Arguments

 

1

Vector

Position in Working

The XYZ position for the transform.

2

Vector

Orientation in Working

The RxRyRz orientation of the transform.

3

Double

Scale

The scale of the transform.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

None.