Arccosine
Compute the arccosine (in degrees) of a scalar, array of scalars, vector, or array of vectors; in the latter three cases the arccosine operator is applied to every single scalar element in the corresponding structures. Note that each scalar element must lie in the domain [-1, 1], otherwise the computation will return NaN.
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 arccosine of, where each scalar value lies in the domain [-1, 1]. |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Result (outputs:value) |
|
The original input “Value” with the arccosine operator applied to each scalar value, all of which will have values (in degrees) lying in the range [0, 180]. The structure of the result, arrays and tuples, will mirror that of the input. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.Acos |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Arccosine |
Categories |
math:operator |
Generated Class Name |
OgnAcosDatabase |
Python Module |
omni.graph.nodes |