2020-11-23 06:39:06 +07:00
2020-11-23 06:39:06 +07:00
2020-11-20 16:37:13 +07:00
2020-11-23 06:39:06 +07:00
2020-11-20 16:37:13 +07:00
2020-11-20 16:37:13 +07:00
2020-11-20 16:37:13 +07:00
2020-11-20 16:37:13 +07:00
2020-11-20 16:37:13 +07:00
2020-11-20 16:37:13 +07:00
2020-11-20 16:37:13 +07:00

vmath.hpp

C++17 tiny vector math library

travis appveyor codecov language license paypal

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)

License (MIT)

Description
C++17 tiny vector math library
Readme 824 KiB
Languages
C++ 97.2%
CMake 1.8%
Python 1%