Decompose Vector into Doubles

Extracts the three numeric components of a vector into double values.

 

Input Arguments

 

0

Vector

Input Vector

The vector to decompose.

 

Return Arguments

 

1

Double

X

The X-component of the vector.

2

Double

Y

The y-component of the vector.

3

Double

Z

The z-component of the vector.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

None.