Constant Quatf#

Container for a 4-component single-precision floating-point value with the ‘quaternion’ role, mainly used to share a common value between several downstream nodes. The first component is the real value, the remaining three are the imaginary values.

Installation#

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

Inputs#

Name

Type

Descripton

Default

Value (inputs:value)

quatf[4]

The value, acting as both input and output.

[0.0, 0.0, 0.0, 0.0]

Metadata

outputOnly = 1

Metadata#

Name

Value

Unique ID

omni.graph.nodes.ConstantQuatf

Version

1

Extension

omni.graph.nodes_core

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

Categories

constants

Generated Class Name

OgnConstantQuatfDatabase

Python Module

omni.graph.nodes_core