Switch compute_forward_vector_angle
to return radian angles by default
#427
Labels
enhancement
New optional feature
See https://github.com/neuroinformatics-unit/movement/pull/416/files#r1961522764
The
compute_forward_vector_angle
returns angles in degrees by default, but all our other functions return radians. For consistency, we should swap the default behaviour of this function too.(Whilst we're at it, we might also want to address this other suggestion)
The text was updated successfully, but these errors were encountered: