Houdini 20.0 Nodes APEX Nodes

Vector4ToFloat

Extracts all the components of a vector.

On this page
Since 20.0

Returns the components of vector as x, y, z, and w.

Inputs

vector: Vector4

Vector from which to get the components.

Outputs

x: Float

The first component of vector.

y: Float

The second component of vector.

z: Float

The third component of vector.

w: Float

The fourth component of vector.

See also

APEX Nodes