3dSynth

Docs / SynthBlocks

Open in the interactive docs reader

Cos

Cosine function. Takes an angle in radians and returns a value between -1 and 1.

Block

Interactive preview is available in the interactive reader.

Parameters

input (radians)
Angle in radians. One full cycle = 2π ≈ 6.28.

How it works

Cos produces a smooth wave that oscillates between -1 and 1, shifted 90° from Sin. Use it with normZ or t for waves over height or along a path. Combine with Map Range to convert to useful dimensions.