OmniGraph Node omni.graph.nodes.BreakVector4

omni.graph.nodes.BreakVector4 Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

tags

decompose,separate,isolate

uiName

Break 4-Vector

__categories

math:conversion

Generated Class Name

OgnBreakVector4Database

Python Module

omni.graph.nodes

omni.graph.nodes.BreakVector4 Description

Split vector into 4 component values.

omni.graph.nodes.BreakVector4 Inputs

Name

Type

Default

Required?

Descripton

inputs:tuple

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

None

Y

4-vector to be broken

uiName

Vector

omni.graph.nodes.BreakVector4 Outputs

Name

Type

Default

Required?

Descripton

outputs:w

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

None

Y

The fourth component of the vector

uiName

W

outputs:x

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

None

Y

The first component of the vector

uiName

X

outputs:y

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

None

Y

The second component of the vector

uiName

Y

outputs:z

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

None

Y

The third component of the vector

uiName

Z