Returns the radian angle between two vectors.
float angle( vector vector1, vector vector2)
vector1 is one of the vectors.
The returned angle is the shortest angle between the two vectors. The measurement is always less than 180 degrees.
Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License