VecPP / vecpp

A simple C++17 vector math library
Boost Software License 1.0
10 stars 4 forks source link

constexpr scalar math should be spun off in its own separate project #30

Closed FrancoisChabot closed 6 years ago

FrancoisChabot commented 6 years ago

Work is in progress in https://github.com/VecPP/cste_math. Once it reaches feature parity, we'll replace the vecpp implementations with it.

FrancoisChabot commented 6 years ago

Done