stko
Modules
vector_angle()
Returns the angle between two vectors in radians.
From: https://stackoverflow.com/a/13849249
vector1 (ndarray) – The first vector.
vector2 (ndarray) – The second vector.
The angle between vector1 and vector2 in radians.
float