mirror of
https://github.com/BlackMATov/vmath.hpp.git
synced 2025-12-16 22:19:51 +07:00
1.7 KiB
1.7 KiB
vmath.hpp
C++17 tiny vector math library
Requirements
Installation
vmath.hpp is a header-only library. All you need to do is copy the headers files from headers directory into your project and include them:
#include "vmath.hpp/vmath.hpp"
Also, you can add the root repository directory to your cmake project:
add_subdirectory(external/vmath.hpp)
target_link_libraries(your_project_target vmath.hpp)