Closed sfinktah closed 2 years ago
Thanks for the PR! The improved Vector3 stuff is neat, but I'll continue to use C++20 stuff where it's more convenient for me.
made compatible with v141 (vs2017), since that's all i have.
required a templated Vector3 to avoid
Vector3 v { .x = 0, // ...
Fancy cpp200 features
I needed this, you're the best.
Thanks for the PR! The improved Vector3 stuff is neat, but I'll continue to use C++20 stuff where it's more convenient for me.
Naturally. I wouldn't expect otherwise :)
made compatible with v141 (vs2017), since that's all i have.
required a templated Vector3 to avoid
Fancy cpp200 features