Compose Double3 (Python)

Example node that takes in the components of three doubles and outputs a double3

Installation

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

Inputs

Name

Type

Description

Default

x

double

The x component of the input double3

0

y

double

The y component of the input double3

0

z

double

The z component of the input double3

0

Outputs

Name

Type

Description

Default

double3

double[3]

Output double3