OmniGraph Node omni.graph.nodes.BreakVector2

omni.graph.nodes.BreakVector2 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 2-Vector

__categories

math:conversion

Generated Class Name

OgnBreakVector2Database

Python Module

omni.graph.nodes

omni.graph.nodes.BreakVector2 Description

Split vector into 2 component values.

omni.graph.nodes.BreakVector2 Inputs

Name

Type

Default

Required?

Descripton

inputs:tuple

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

None

Y

2-vector to be broken

uiName

Vector

omni.graph.nodes.BreakVector2 Outputs

Name

Type

Default

Required?

Descripton

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