Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Sine

Performs a sine function on a value.

Inputs

  • value

    • The value to perform the function on.

Outputs

  • result

    • The resulting value of the function.
  • result list

    • The list of resulting values of the function.

Note(s)

  • This operation is represented as sin() within the Expression node.

  • This function operates on radians, not degrees. Use the Degrees to radians node first if using degrees.

  • Other names for this node include: Sin, and Sinus.

Example(s)