Header only generic vector and matrix math library. Applications could include physics engine, game engine, etc.
  • C++ 97.7%
  • Makefile 2.3%
Find a file
2026-08-28 14:09:57 +10:00
tests couple fixes 2026-08-25 13:20:00 +10:00
.gitignore don't track compile commands 2026-08-25 13:21:44 +10:00
Makefile initial tests setup and passing 2026-08-03 15:58:51 +10:00
README.md Initial commit 2026-07-31 14:05:52 +10:00
vecmat.hpp all vector methods done 2026-08-28 14:09:57 +10:00

vecmat

Generic vector math library. Applications could include physics engine, game engine, etc.