Tutorial Node: Attributes With Arrays of Tuples#
This is a tutorial node. It will compute the float array ‘result’ as the elementwise dot product of the input arrays ‘a’ and ‘b’.
Installation#
To use this Node, you must enable omni.graph.tutorials
in the Extension Manager.
Inputs#
Name |
Type |
Description |
Default |
---|---|---|---|
a |
|
First array |
[] |
b |
|
Second array |
[] |
Outputs#
Name |
Type |
Description |
Default |
---|---|---|---|
result |
|
Dot-product array |
[] |