Houdini 20.5 Nodes APEX nodes

FloatToVector4

Builds a Vector4 from Floats.

On this page
Since 20.0

Returns a Vector4, where the components are defined by x, y, z, and w.

Inputs

x: Float

The first component of the resultant vector.

y: Float

The second component of the resultant vector.

z: Float

The third component of the resultant vector.

w: Float

The fourth component of the resultant vector.

Outputs

vector: Vector4

The resultant vector, with components specified by x, y, z, and w.

See also

APEX nodes