|
simplevectors
0.3.9
Simple vector implementations in C++
|
| ▼ include | |
| ▼ simplevectors | |
| ▼ core | |
| units.hpp | Enums for core library |
| vector.hpp | Contains a base vector representation |
| vector2d.hpp | Contains a 2D vector representation |
| vector3d.hpp | Contains a 3D vector representation |
| embed.h | A minimized version of vectors for embedded devices without access to the STL (such as on an Arduino, hence the ".h" instead of ".hpp") |
| embed.hpp | A minimized version of vectors for embedded devices with access to the STL |
| functions.hpp | Functions for the vector classes |
| vectors.hpp | Compiles all of the includes into one file |