XYZ to vector
Creates a vector from x, y and z components.
Inputs
- 
x
- The value that defines the x component of the output vector value.
 
 - 
y
- The value that defines the y component of the output vector value.
 
 - 
z
- The value that defines the z component of the output vector value.
 
 
Outputs
- 
vector
- The vector value as defined by the x, y, and z inputs.
 
 - 
vector list
- The list of x vector values as defined by the x, y, and z inputs.
 
 
Note(s)
- Other names for this node include: XYZToVector, Float to vector, Combine, and Assemble.