Calculates the angle in degrees between two vectors.
Given a pair of vectors, this function returns the angle in degrees between the two vectors in 3D space. The angle is measured in the plane that contains both vectors.
The first of a pair of vectors between which to measure an angle.
The second of a pair of vectors between which to measure an angle.
The angle between the two vectors expressed in degrees. The value is in the range [0, 180].
Calculates the angle in degrees between two vectors.
Given a pair of vectors, this function returns the angle in degrees between the two vectors in 3D space. The angle is measured in the plane that contains both vectors.