Implementing Vector operation using C++
Vector operations, Extension of the laws of elementary algebra to vectors. They include addition, subtraction, and three types of multiplication. The sum of two vectors is a third vector, represented as the diagonal of the parallelogram constructed with the two original vectors as sides.
- Magnitude/Modulus of a Vector
- Vector Addition including both 2D and 3D vectors
- Vector Subtraction including both 2D and 3D vectors
- Scalar Multiplications of vectors
- Vector Dot product
- Vector Cross product
- Unit Vector
- Vector Direction Cosines