gaitmap.utils.vector_math: Helper functions to deal with mathematical Vectors#
A set of helper functions to handle common vector operations.
Wherever possible, these functions are designed to handle multiple vectors at the same time to perform efficient computations.
Functions#
|
Check if two vectors are either parallel or antiparallel. |
|
Simply normalize a vector. |
Find a unitvector in the orthogonal plane to v. |
|
|
Return an orthogonal vector to 2 vectors. |