simplevectors  0.3.9
Simple vector implementations in C++
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  include
  simplevectors
  core
 units.hppEnums for core library
 vector.hppContains a base vector representation
 vector2d.hppContains a 2D vector representation
 vector3d.hppContains a 3D vector representation
 embed.hA minimized version of vectors for embedded devices without access to the STL (such as on an Arduino, hence the ".h" instead of ".hpp")
 embed.hppA minimized version of vectors for embedded devices with access to the STL
 functions.hppFunctions for the vector classes
 vectors.hppCompiles all of the includes into one file