Sine Node

Access: NodesMathSine

The Sine node calculates the sin() of the input and passes it downstream.

Sine Node Inputs

Input

The source to which the sin() calculation is applied.

Sine Node Outputs

Output

The sin() of the Input.

Sine Node Properties

Multiplier

dropdown

Sets the multiplier applied to the input before calculating sin():

One - the input is unchanged before calling sin().

Pi - multiply the input by pi before calling sin().

Two Pi - multiply the input by 2pi before calling sin().

Related Nodes

Cosine Node