]> git.tdb.fi Git - libs/math.git/commit
Improve Vector constructor for C++11
authorMikko Rasa <tdb@tdb.fi>
Sun, 2 Jun 2019 12:28:34 +0000 (15:28 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 2 Jun 2019 16:13:09 +0000 (19:13 +0300)
commit0a8781509bafe347b9c32f1106891eac18354965
tree4462dbd965520e03433d2d1211e175f4dc6314db
parent1d3b7c95cbe111fe0191cea62374fb3630f2e202
Improve Vector constructor for C++11

The new overload allows vectors of any size to be constructed by passing
the component values as constructor arguments.
source/linal/vector.h
tests/vector.cpp