nalgebra
nalgebra copied to clipboard
new function to calculate the right-handed angle between two 2d vectors
This PR adds functionality to calculate the right-handed angle of two 2d vectors. This is different to the already existing angle
function.
I was unsure how to correctly make use of all the traits such as SimdRealField
and SimdComplexField
. Please let me know if I should re-structure this PR in any way.
Please let me know what you think!