A simple class implementation of a 3d vector [x,y,z] in C++.
A template library that makes operations with the Vector3D class. They are under the vector_utils namespace.
To check the vector_utils.hpp functions between Vector3D vectors, there is implemented a test.cpp which uses google test to check its validity.
You need to have correctly installed gtest Google Test GitHub in order to use it.
mkdir build
cd build/
cmake ..
make
cd build/
./myProgram
./myTest