C++ QT desktop app source code |
mwindow.h mwindow.cpp main.cpp |
Formulas | vector_product.txt |
ZIP with ALL the files | 20200424_111042_000013_vector_product_qt.zip |
va | Vector va |
vb | Vector vb |
DotProduct(va, vb) | Dot product of vectors va and vb |
DotProduct(va, vb) | Dot product of vectors va and vb calculated accessing the elements of the lists |
CrossProduct(va, vb) | Cross product of vectors va and vb |
va*vb | Product of vectors va and vb |