Arctangent
Compute the arctangent (in degrees) of a scalar, array of scalars, vector, or array of vectors; in the latter three cases the arctangent 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 |
---|---|---|---|
Value (inputs:value) |
|
The scalar(s) or vector(s) to take the arctangent of. |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Result (outputs:value) |
|
The original input “Value” with the arctangent operator applied to each scalar value, all of which will have values (in degrees) lying in the range [-90, 90]. The structure of the result, arrays and tuples, will mirror that of the input. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.Atan |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Arctangent |
Categories |
math:operator |
Generated Class Name |
OgnAtanDatabase |
Python Module |
omni.graph.nodes |