summaryrefslogtreecommitdiffstats
path: root/vector/vector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update makefile ad update basic_vec to allow abstract algebraic structuresNao Pross2018-12-101-4/+9
| | | | | Unfortunately this requires C++17 as `static constexpr` members have an undefined behaviour before this version.
* Implement cross product for vec2 and vec3Nao Pross2018-12-101-11/+15
|
* Fix vector copy constructorsNao Pross2018-12-101-1/+12
|
* Simplified vector by inheriting std::array instead of having m_dataNao Pross2018-12-101-52/+8
|
* Add C++ templated vector exampleNao Pross2018-12-101-0/+195