get_angle
- ssapy.utils.get_angle(a, b, c)[source][source]
Calculate the angle between two vectors with
bas the vertex.- Parameters:
a (array-like, shape (n, 3)) – Coordinates defining vectors
baandbc.b (array-like, shape (n, 3)) – Coordinates defining vectors
baandbc.c (array-like, shape (n, 3)) – Coordinates defining vectors
baandbc.
- Returns:
Angles in radians between vectors
baandbc.- Return type: