# MATHVECTOR A simple C++ library for arbitrary length mathematical vectors. All functions and member classes lie in the mvec namespace ## Use Add mvector.hpp to your project, make a new vector using ``` mvec::vec ``` or ``` mvec;:vec2 ``` mvec comes with multiple pre-built vector types. for vectors of length 2-4. Each pre-made vectors include x,y,z,w members that can access their respective indices in the vector