°
(angle)
Operators
The Angle node takes in 2 vectors and returns the difference between the 2 provided vectors using angles in degrees. The vectors you provide are normalized (but not clamped), which means each value will be between -1
and 1
(and resulting degrees of 0
and 180
respectively), and another way to think about this is these values "point" in a direction.
Inputs
A (Pseudo-Generic)
The first provided vector.
B (Pseudo-Generic)
The second provided vector.
Outputs
* (float)
Returns the difference between the 2 provided vectors using angles in degrees.