Make 2-Vector#

Merge 2 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

Outputs#

Name

Type

Descripton

Default

Vector (outputs:tuple)

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

Output vector(s)

None

Metadata#

Name

Value

Unique ID

omni.graph.nodes.MakeVector2

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 2-Vector

Categories

math:conversion

Generated Class Name

OgnMakeVector2Database

Python Module

omni.graph.nodes_core