get_angle_cartesian#
- diffsims.utils.vector_utils.get_angle_cartesian(a, b)[source]#
Compute the angle between two vectors in a cartesian coordinate system.
- Parameters:
- a, barray_like
with3floats The two directions to compute the angle between.
- a, barray_like
- Returns:
- angle
float Angle between a and b in radians.
- angle