Decompose Double3 (Python)

Example node that takes in a double3 and outputs scalars that are its components

Installation

To use this Node, you must enable omni.graph.examples.python in the Extension Manager.

Inputs

Name

Type

Description

Default

double3

double[3]

Input double3

[0, 0, 0]

Outputs

Name

Type

Description

Default

x

double

The x component of the input double3

y

double

The y component of the input double3

z

double

The z component of the input double3