|
|
9da8addeb2
|
include/Spectre/Math/Matrix4.inl: gcc complains about multiple definitions of Identity. just template the type instead of only allow float.
|
2019-06-01 21:06:59 +02:00 |
|
|
|
ffe75049d0
|
include/Spectre/Math/Matrix4.inl: gcc need "template<>" for Indentity variable.
|
2019-06-01 21:06:59 +02:00 |
|
|
|
77804b8620
|
include/Spectre/Math/Matrix4.inl: in matrix vector multiplication. for some reason g++ was not happy with calling the constructor. this works.
|
2019-06-01 21:06:59 +02:00 |
|
|
|
d1b613058d
|
include/Spectre/Math/Vector2.inl: minor fix.
|
2019-05-31 16:26:22 +02:00 |
|
|
|
0c76494939
|
include/Spectre/Math/Vector2.inl: less than or equal operator should be written as "<=" not "=<"
|
2019-05-31 15:46:40 +02:00 |
|
|
|
7bf8617267
|
include/Spectre/Math/Matrix3.h: minor comment fix.
|
2019-04-29 08:54:40 +02:00 |
|
|
|
84d773dc0d
|
Math/Matrix3: remove Zero static variable (default constructor creates a zero matrix).
|
2019-04-29 08:54:15 +02:00 |
|
|
|
4e29b3ea2c
|
include/Spectre/Math/Matrix4.inl: make sure the default constructor creates a zero matrix.
|
2019-04-29 08:48:40 +02:00 |
|
|
|
e57f099a3c
|
include/Spectre/Math/Vector2.inl: fixing stupid error in one of the scalar compare functions (forgot to use the vector object)
|
2018-02-27 21:18:16 +01:00 |
|
|
|
72ee3fbfde
|
include/Spectre/Math/Vector2.inl: fixing some scalar functions that did not have the correct function definition.
|
2018-02-27 21:14:54 +01:00 |
|
|
|
edfc5298e1
|
Initial commit
|
2016-01-10 09:26:43 +01:00 |
|