Break 4-Vector

Split vector into 4 component values.

Installation

To use this node enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Descripton

Default

Vector (inputs:tuple)

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

4-vector to be broken

None

Outputs

Name

Type

Descripton

Default

W (outputs:w)

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

The fourth component of the vector

None

X (outputs:x)

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

The first component of the vector

None

Y (outputs:y)

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

The second component of the vector

None

Z (outputs:z)

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

The third component of the vector

None

Metadata

Name

Value

Unique ID

omni.graph.nodes.BreakVector4

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