Absolute
Compute the absolute value of a scalar, array of scalars, vector, or array of vectors; in the latter three cases the operator is applied to every single scalar element in the corresponding structures.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Input (inputs:input) |
|
The scalar(s) or vector(s) to take the absolute value of. |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Absolute (outputs:absolute) |
|
The original “Input Value” with the absolute value operator applied to each scalar value. The structure of the result, arrays and tuples, will mirror that of the input. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.Absolute |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
tags |
absolute |
uiName |
Absolute |
Categories |
math:operator |
Generated Class Name |
OgnAbsoluteDatabase |
Python Module |
omni.graph.nodes |