Commit Graph

1096 Commits

Author SHA1 Message Date
Christophe Riccio
2500be6bcb Fixed #95, shortMix implementation 2011-06-01 16:27:50 +01:00
Christophe Riccio
6c9364c2e8 Fixed ticket #104, dependence between GTX_epsilon and GTC_quaternion 2011-06-01 16:17:45 +01:00
Christophe Riccio
54e8df2ff3 Fixed compiler detection between GCC, LLVM and Clang; fixed MinGW build 2011-06-01 16:09:20 +01:00
Christophe Riccio
5375fbbc97 Added random tests 2011-06-01 11:57:43 +01:00
Christophe Riccio
b049cae5f2 Updated random tests 2011-06-01 10:45:24 +01:00
Christophe Riccio
35ed096cc8 Added declarations for missing constructors 2011-06-01 10:02:02 +01:00
Christophe Riccio
07ec8c95b2 Fixed a bunch of warnings 2011-06-01 00:58:31 +01:00
Christophe Riccio
b1a0af8b87 Merge branch '0.9.2' into 0.9.3 2011-05-31 21:42:12 +01:00
Christophe Riccio
74e22c481e Merge branch '0.9.2' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.2 2011-05-31 21:41:26 +01:00
Christophe Riccio
93e45a52d5 Fixed warnings 2011-05-31 21:30:52 +01:00
Christophe Riccio
2b79365baf Removed many warnings with GCC/LLVM 2011-05-31 19:34:19 +01:00
Christophe Riccio
a849404eef Removed test that fails build... probably correct behaviour, to check tough. 2011-05-31 19:29:54 +01:00
Christophe Riccio
87f1e507f3 Fixed mix build on MacOSX 2011-05-31 19:28:30 +01:00
Christophe Riccio
9b8783d3c3 Added short and fast slerp tests 2011-05-31 19:18:49 +01:00
Christophe Riccio
d082ecf8a3 Added vec2 tests 2011-05-31 19:11:34 +01:00
Christophe Riccio
69c6bdd7a8 Fixed warnings on Visual C++ 2011-05-31 17:41:21 +01:00
Christophe Riccio
6fab8113d7 Fixed contructor of mat2 and added tests 2011-05-31 17:25:16 +01:00
Christophe Riccio
9fbf421f13 Added quaternion test 2011-05-31 16:46:13 +01:00
Christophe Riccio
6ff27ec9f9 Added half type tests 2011-05-31 16:45:41 +01:00
Christophe Riccio
b3c293f8b4 Fixed missing precision quaternion types 2011-05-31 16:18:14 +01:00
Christophe Riccio
ffb940cbdf Fixed missing precision matrix types 2011-05-31 16:15:21 +01:00
Christophe Riccio
b99df41b3e Merge branch '0.9.2' into 0.9.3 2011-05-31 16:10:20 +01:00
Christophe Riccio
d17e389b3a Updated message and precision tests 2011-05-31 16:07:22 +01:00
Christophe Riccio
22e51711c1 Merge branch '0.9.2' into 0.9.3 2011-05-31 14:34:18 +01:00
Christophe Riccio
5d2350f7c8 Merge branch '0.9.2' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.2 2011-05-27 20:21:27 +01:00
Christophe Riccio
daa63fd5cc Updated GTC_type_ptr tests 2011-05-27 20:20:52 +01:00
Christophe Riccio
c9b7b712fb Fixed angle implementation 2011-05-27 16:34:20 +01:00
Christophe Riccio
e4a52432ff Fixed ticket #103: doc typo 2011-05-27 10:26:38 +01:00
Christophe Riccio
ce48d7f05e Merge branch '0.9.2' into 0.9.3 2011-05-27 00:46:20 +01:00
Christophe Riccio
6128d643eb Added missing types declarations 2011-05-27 00:46:05 +01:00
Christophe Riccio
fc8a5d4c0a Merge branch '0.9.2' into 0.9.3 2011-05-27 00:38:58 +01:00
Christophe Riccio
2305e6b2f0 Removed test messages for dev left behind... 2011-05-27 00:36:59 +01:00
Christophe Riccio
f87def17de Fixed tests 2011-05-27 00:31:58 +01:00
Christophe Riccio
5c70242e90 Merge branch '0.9.2' of ssh://g-truc.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.2 2011-05-27 00:28:50 +01:00
Christophe Riccio
197d784549 Fixed quat mix build 2011-05-27 00:27:52 +01:00
Christophe Riccio
bf11a54bc8 Fixed half based types, missing non square matrices types 2011-05-26 22:39:08 +01:00
Christophe Riccio
b8de01d411 Merge branch '0.9.2' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.2 2011-05-26 22:02:45 +01:00
Christophe Riccio
d815607abb Fixed slerp 2011-05-26 22:01:28 +01:00
Christophe Riccio
4be7a9bbaa Fixed factorial implementation 2011-05-26 15:00:06 +01:00
Christophe Riccio
04d9f92688 Merge branch '0.9.2' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.2 2011-05-26 11:27:24 +01:00
Christophe Riccio
f4dbbd42ef Merge branch '0.9.3' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.3 2011-05-26 11:26:21 +01:00
Christophe Riccio
706c299636 Added length functions to matrix types and quaternions and tests. Ticket #97 2011-05-26 02:23:51 +01:00
Christophe Riccio
9e1bc811e3 Merge branch '0.9.2' into 0.9.3 2011-05-25 22:37:46 +01:00
Christophe Riccio
3487ff30a4 Merge branch '0.9.2' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.2 2011-05-25 22:08:08 +01:00
Christophe Riccio
f58cc0900f Added length function tests 2011-05-25 19:59:31 +01:00
Christophe Riccio
2baf928bd5 Fixed type cast 2011-05-25 10:00:13 +01:00
Christophe Riccio
740c28a22c Typo 2011-05-25 09:58:59 +01:00
Christophe Riccio
f7d6ffc833 Added quaternion tests 2011-05-25 09:50:01 +01:00
Christophe Riccio
1aaf0525ea Updated quaternion test files 2011-05-25 09:07:49 +01:00
Christophe Riccio
598a8fc87e Merge branch 0.9.2 2011-05-24 13:33:05 +01:00