python_codes.general.smallestSignedAngleBetween#
- smallestSignedAngleBetween(x, y)[source]#
Calculate the smallest angle between two angle arrays.
- Parameters
x (array_like) – First angle.
y (array_like) – Second angle.
- Returns
return the smallest angle between y and x, elementwise.
- Return type
array_like