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 enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Input (inputs:input) |
|
The vector(s) or scalar(s) to negate |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Output (outputs:output) |
|
The resulting negated value(s) |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.Negate |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Negate |
Categories |
math:operator |
Generated Class Name |
OgnNegateDatabase |
Python Module |
omni.graph.nodes |