Make a Vector from Doubles

Creates a vector from 3 values.

 

Input Arguments

 

0

Double

X

The x value for the vector.

1

Double

Y

The y value for the vector.

2

Double

Z

The z value for the vector.

 

Return Arguments

 

3

Vector

Resultant Vector

The resulting vector constructed from the ele- ments above.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

None.