ProtoFlux:Cos: Difference between revisions

From Resonite Wiki
Fix link to Deg 2 Rad
Added a Further Reading section and a video.
 
Line 43: Line 43:


== Inputs ==
== Inputs ==


=== N (Pseudo-Generic) ===
=== N (Pseudo-Generic) ===
Line 54: Line 53:


Cosine of N.
Cosine of N.
== Further Reading ==
=== Videos ===
<youtube>txgyHQq2_bc</youtube>


[[Category:ProtoFlux:Math:Trigonometry]]
[[Category:ProtoFlux:Math:Trigonometry]]

Latest revision as of 20:18, 1 July 2024

Cos
N
*
Trigonometry

The Cos node returns the Cosine 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
Cos (Color) Cos_Color
Cos (ColorX) Cos_ColorX
Cos (double) Cos_Double
Cos (double2) Cos_Double2
Cos (double3) Cos_Double3
Cos (double4) Cos_Double4
Cos (float) Cos_Float
Cos (float2) Cos_Float2
Cos (float3) Cos_Float3
Cos (float4) Cos_Float4

Inputs

N (Pseudo-Generic)

Input value.

Outputs

* (Pseudo-Generic)

Cosine of N.

Further Reading

Videos