Negate
Computes the result of multiplying a vector, scalar, or array of vectors or scalars by -1. The input must not be unsigned.
Installation
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
input |
|
The vector(s) or scalar(s) to negate |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
output |
|
The resulting negated value(s) |