This is a class for handling 3D vectors. The operators +,-,*,% (cross product) ,scalar product, cross product and norm (length of vector) are covered.
It comes in two flavors, one as type agnostic, the other is for float data type only.
Implementation is referring to Beitrag "complex und 3D Vektoren in C++ für ARM und STM32"
Have fun! Cheers Detlef