C++ FLTK desktop app source code | vector_product_fltk.cpp |
libgcc_s_sjlj-1.dll from MINGW-W64 [mingw-w64_8.1.0_x86_64_win32_sjlj] | libgcc_s_sjlj-1.dll |
libstdc++-6.dll from MINGW-W64 [mingw-w64_8.1.0_x86_64_win32_sjlj] | libstdc++-6.dll |
C++ FLTK desktop app executable SIGNED BY xformulas.net | vector_product_fltk.exe |
Formulas | vector_product.txt |
ZIP with ALL the files | 20200424_111042_000013_vector_product_fltk.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 |