Break 3-Vector

Split vector into 3 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[3], float[3], half[3], int[3]

3-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