OmniGraph Node omni.graph.nodes.MakeVector2

omni.graph.nodes.MakeVector2 Properties

Name

Value

Version

1

Extension

omni.graph.nodes

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

omni.graph.nodes.MakeVector2 Description

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

omni.graph.nodes.MakeVector2 Inputs

Name

Type

Default

Required?

Descripton

inputs:x

[‘double’, ‘double[]’, ‘float’, ‘float[]’, ‘half’, ‘half[]’, ‘int’, ‘int[]’]

None

Y

The first component of the vector

uiName

X

inputs:y

[‘double’, ‘double[]’, ‘float’, ‘float[]’, ‘half’, ‘half[]’, ‘int’, ‘int[]’]

None

Y

The second component of the vector

uiName

Y

omni.graph.nodes.MakeVector2 Outputs

Name

Type

Default

Required?

Descripton

outputs:tuple

[‘double[2]’, ‘double[2][]’, ‘float[2]’, ‘float[2][]’, ‘half[2]’, ‘half[2][]’, ‘int[2]’, ‘int[2][]’]

None

Y

Output vector(s)

uiName

Vector