Break 4-Vector

Split vector into 4 component values.

Installation

To use this Node, you must enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Description

Default

Vector (tuple)

double[4], float[4], half[4], int[4]

4-vector to be broken

Outputs

Name

Type

Description

Default

X (x)

double, float, half, int

The first component of the vector

Y (y)

double, float, half, int

The second component of the vector

Z (z)

double, float, half, int

The third component of the vector

W (w)

double, float, half, int

The fourth component of the vector