ProtoFlux:Acos: Difference between revisions

From Resonite Wiki
Create page and add basic information
 
m Edit intro
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
|}}
|}}


The '''Cos<sup>-1</sup>''' node returns the [https://en.wikipedia.org/wiki/Inverse_trigonometric_functions| inverse cosine], or arccosine, of the input value.
The '''Acos''' or '''Cos<sup>-1</sup>''' node returns the [https://en.wikipedia.org/wiki/Inverse_trigonometric_functions| inverse cosine], or arccosine, of the input value.


{{Template:Note|Input values are treated as [https://en.wikipedia.org/wiki/Radian radians]. If you want to use values in degrees, first multiply by the [[ProtoFlux:DegToRad | DegToRad]] node.|suggestion}}
{{Template:Note|Input values are treated as [https://en.wikipedia.org/wiki/Radian radians]. If you want to use values in degrees, first multiply by the [[ProtoFlux:Deg_2_Rad | Deg 2 Rad]] node.|suggestion}}


This node has the following variants:
This node has the following variants:

Latest revision as of 05:48, 26 May 2024

Cos-1
N
*
Trigonometry

The Acos or Cos-1 node returns the inverse cosine, or arccosine, of the input value.

Input values are treated as radians. If you want to use values in degrees, first multiply by the Deg 2 Rad node.

This node has the following variants:

Variants

Variant Node Type
Acos (Color) Acos_Color
Acos (ColorX) Acos_ColorX
Acos (double) Acos_Double
Acos (double2) Acos_Double2
Acos (double3) Acos_Double3
Acos (double4) Acos_Double4
Acos (float) Acos_Float
Acos (float2) Acos_Float2
Acos (float3) Acos_Float3
Acos (float4) Acos_Float4

Inputs

N (Pseudo-Generic)

Input value.

Outputs

* (Pseudo-Generic)

Inverse cosine of N.