Make 3-Vector#

Merge 3 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 enable omni.graph.nodes_core in the Extension Manager.

Inputs#

Name

Type

Descripton

Default

X (inputs:x)

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

The first component of the vector

None

Y (inputs:y)

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

The second component of the vector

None

Z (inputs:z)

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

The third component of the vector

None

Outputs#

Name

Type

Descripton

Default

Vector (outputs:tuple)

['double[3]', 'double[3][]', 'float[3]', 'float[3][]', 'half[3]', 'half[3][]', 'int[3]', 'int[3][]']

Output 3-vector(s)

None

Metadata#

Name

Value

Unique ID

omni.graph.nodes.MakeVector3

Version

1

Extension

omni.graph.nodes_core

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

tags

compose,combine,join

uiName

Make 3-Vector

Categories

math:conversion

Generated Class Name

OgnMakeVector3Database

Python Module

omni.graph.nodes_core