Abs
This Node can be used to get an absolute value, ie: the non-negative value of the input without regard to its sign. You can specify the value to get the absolute value of, or you can supply one Node Inputs, and the node will output the absolute value. When specifying a value, you can input it directly to the node input box, or you can input it through the Inspector window:
Node Inputs
This node accepts the following the input:
-
X
The value to get the absolute value from. If using a node input, the input must be a single value as vectors are not supported.
Node Output
The node will output a positive scalar (float) value.