OmniGraph Node omni.graph.nodes.MakeVector4

omni.graph.nodes.MakeVector4 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 4-Vector

__categories

math:conversion

Generated Class Name

OgnMakeVector4Database

Python Module

omni.graph.nodes

omni.graph.nodes.MakeVector4 Description

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

omni.graph.nodes.MakeVector4 Inputs

Name

Type

Default

Required?

Descripton

inputs:w

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

None

Y

The fourth component of the vector

uiName

W

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

inputs:z

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

None

Y

The third component of the vector

uiName

Z

omni.graph.nodes.MakeVector4 Outputs

Name

Type

Default

Required?

Descripton

outputs:tuple

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

None

Y

Output 4-vector

uiName

Vector