Make 4-Vector#

Merge 4 input values into a single output vector. If the inputs are arrays, the output will be an array of vectors.

Installation#

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

Inputs#

Name

Type

Description

Default

X (x)

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

The first component of the vector

Y (y)

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

The second component of the vector

Z (z)

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

The third component of the vector

W (w)

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

The fourth component of the vector

Outputs#

Name

Type

Description

Default

Vector (tuple)

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

Output 4-vector