Commit graph

10 commits

Author SHA1 Message Date
8af4e432e7 Debug only code for printing vectors. 2014-03-24 00:28:21 +01:00
108c10883a Support for unary minus operator. 2014-03-23 22:07:01 +01:00
452761985d Buildfix for clang 2014-03-21 22:51:28 +01:00
a561242395 Implementation of == != < <= > >= operators. 2014-03-20 12:39:39 +01:00
fce08ed793 GPLv3 license. 2014-02-25 14:17:09 +01:00
3269b469e3 Fix in contracted operators. 2014-02-22 13:12:50 +01:00
ed4e73f0d9 Fix in Vector conversion.
No need for a conversion overload.
Conversion constructor should cast whatever it's assigning.
2014-02-11 23:38:22 +01:00
abee07a844 Use the new vector class wherever possible. 2014-02-10 01:20:16 +01:00
e2e932358b New operators and stuff in vector class. 2014-02-10 01:19:45 +01:00
07225e3aea Math vector class. 2014-02-09 23:07:57 +01:00