neuroinformatics-unit / movement

Python tools for analysing body movements across space and time
http://movement.neuroinformatics.dev
BSD 3-Clause "New" or "Revised" License
77 stars 7 forks source link

Add norm function to the vector utils #190

Open sfmig opened 1 month ago

sfmig commented 1 month ago

Is your feature request related to a problem? Please describe. We often need to get the magnitude of a vector.

Describe the solution you'd like A norm() utility function that would function similar to existing cart2pol and pol2cart utilites.

This can facilitate #147