Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-12-10 | Update makefile ad update basic_vec to allow abstract algebraic structures | Nao Pross | 1 | -4/+9 | |
Unfortunately this requires C++17 as `static constexpr` members have an undefined behaviour before this version. | |||||
2018-12-10 | Implement cross product for vec2 and vec3 | Nao Pross | 1 | -11/+15 | |
2018-12-10 | Fix vector copy constructors | Nao Pross | 1 | -1/+12 | |
2018-12-10 | Simplified vector by inheriting std::array instead of having m_data | Nao Pross | 1 | -52/+8 | |
2018-12-10 | Add C++ templated vector example | Nao Pross | 1 | -0/+195 | |