Angle between

Finds the (smallest) angle between two vectors.


Inputs

  • vector 1

    • The first vector value to find the angle from.
  • vector 2

    • The second vector value to find the angle to.
  • output radians

    • Sets whether to output radians (rather than degrees) or not.

Outputs

  • result

    • The angle between two vectors.
  • result list

    • The list of angles between two vectors.

Note(s)

  • Calculates the angle between two vectors from 0,0,0. To use this node accurately be sure to have three vectors, the two to find the angle between, and one which the angle is taken from (if you know this third angle, you can transform the two vectors to 0,0,0 then perform the operation)

  • Other names for this node include: AngleBetween and Angle between vectors.

Example(s)