Jesse Talavera-Greenberg
63a087a2e6
Add metaprogramming helper constructors for tvec2
...
- Tests, too
2015-10-01 21:44:15 -04:00
Jesse Talavera-Greenberg
51cbb47f3f
Add metaprogramming constructors for vec1
...
- Tests, too
2015-10-01 21:42:15 -04:00
Jesse Talavera-Greenberg
067e1f546d
Add metaprogramming-helper constructors for quat and fquatSIMD
...
- Also removed all degree symbols from test/gtc/gtc_quaternion.cpp
- It made editing it a pain in the ass
- Oh, added tests for the new constructors for quat, too
2015-10-01 21:41:03 -04:00
Christophe Riccio
daaf86dcef
Fixed build
2015-10-01 23:59:20 +02:00
Christophe Riccio
33e3243779
Fixed affineInverse test #192
2015-10-01 23:25:21 +02:00
Christophe Riccio
d23d909e6d
Added type to identify matrix, vector and quaternion at compile time
2015-10-01 23:09:06 +02:00
Christophe Riccio
fa18ca7c2e
Fixed GTC_matrix_inverse affineInverse #192
2015-10-01 22:20:30 +02:00
Christophe Riccio
ab0312be02
Added tests for affineInverse #192
2015-10-01 01:30:13 +02:00
Christophe Riccio
a77d311119
Added packF3x9_E1x5 and unpackF3x9_E1x5 to GTC_packing for RGB9E5 #416
2015-10-01 00:43:37 +02:00
Christophe Riccio
7f6e60864a
Fixed GTC_packing unpackUnorm3x10_1x2 #414
2015-09-29 01:25:02 +02:00
Christophe Riccio
d649b97250
Updated project using OpenGL
2015-09-29 01:24:36 +02:00
Christophe Riccio
cb5a2a86ca
Fixed GTC_packing unpackUnorm3x10_1x2 #414
2015-09-28 23:47:40 +02:00
Christophe Riccio
bc170cfc0f
Fixed GTX_component_wise
2015-09-28 19:42:28 +02:00
Christophe Riccio
bc326abd50
Fixed merge
2015-09-28 19:27:53 +02:00
Christophe Riccio
26f1065429
Added compScale
2015-09-28 19:23:16 +02:00
Christophe Riccio
26590ecb0b
Added compScale
2015-09-28 11:30:54 +02:00
Christophe Riccio
678d393b99
Fixed GTC_round floorMultiple/ceilMultiple #412
2015-09-28 11:19:38 +02:00
Christophe R.
518937965d
Merge pull request #413 from TUM-I5/master
...
Fix floorMultiple/ceilMultiple for floating point values #413
2015-09-28 11:17:33 +02:00
Christophe Riccio
062e1238fa
Updated projects using GLM
2015-09-27 21:55:11 +02:00
Christophe Riccio
12f0ca520d
Fixed build
2015-09-25 03:20:54 +02:00
Christophe Riccio
10e28738cc
Updated GLM revision
2015-09-25 03:16:59 +02:00
Christophe Riccio
2865a0e54e
Fixed release note
2015-09-25 03:16:06 +02:00
Christophe Riccio
04faf66d58
Added compNormalize function to GTX_component_wise
2015-09-25 03:14:25 +02:00
Christophe Riccio
a9ab80d5fd
Added compNormalize function to GTX_component_wise
2015-09-25 03:14:11 +02:00
Christophe Riccio
998feff87e
Added GTX_float_normalize
2015-09-25 02:39:41 +02:00
Sebastian Rettenberger
fa6fd748c0
Add test for floorMultiple/ceilMultiple (float only)
2015-09-23 12:03:44 +02:00
Sebastian Rettenberger
de9e62f0a4
Fix floorMultiple/ceilMultiple for float
2015-09-23 12:03:15 +02:00
Christophe Riccio
8f39bb8730
Removed unused func_noise.* files #398
2015-09-06 22:30:17 +02:00
Christophe Riccio
47c77475a9
- Improved overall execution time of unit tests #396
2015-09-06 22:22:20 +02:00
Christophe Riccio
72d9e61d67
Preparing GLM 0.9.7.1 release
2015-09-06 22:09:07 +02:00
Christophe Riccio
a93d09be34
Fixed builtin bitscan never being used #392
2015-09-06 22:06:26 +02:00
Christophe Riccio
af10e20f68
Fixed core_func_integer test
2015-09-06 22:03:28 +02:00
Christophe Riccio
d8d954fca0
- Fixed builtin bitscan always used even when GLM_FORCE_PURE requested #392
2015-09-06 22:02:54 +02:00
Christophe Riccio
0dd4cc4356
Fixed test
2015-09-06 21:52:22 +02:00
Christophe Riccio
d9085ff41e
Udpated readme for #394
2015-09-06 21:37:50 +02:00
Christophe Riccio
bd64585574
Merge branch 'master' of https://github.com/g-truc/glm
2015-09-06 21:36:29 +02:00
Christophe Riccio
992a56089b
Fixed excessive GTX_fast_trigonometry execution time #396
2015-09-06 21:36:05 +02:00
Christophe R.
7b5971c87c
Merge pull request #394 from cgcostume/master
...
rename scalar parameters in vec1, vec2, vec3, and vec4 (fixes C4458 in MSVC 2015) #394
2015-09-04 18:10:01 +02:00
Daniel Limberger
1c6eff28fc
rename scalar parameters in vec1, vec2, vec3, and vec4
2015-09-04 16:15:35 +02:00
Christophe Riccio
d7b01eb9ad
Updated revision number for upcoming release
2015-08-31 22:55:00 +02:00
Christophe Riccio
e7bae9891a
Improved coding style consistency
2015-08-31 22:50:24 +02:00
Christophe Riccio
bf30816e36
- Added to_string for quat and dual_quat in GTX_string_cast #375
2015-08-31 22:34:14 +02:00
Christophe Riccio
d8f7b080d0
Fixed build
2015-08-31 22:25:12 +02:00
Christophe Riccio
3356896a3a
Fixed build
2015-08-31 22:21:03 +02:00
Christophe Riccio
1d266efe20
- Improved constexpr for constant functions coverage #198
2015-08-31 22:14:45 +02:00
Christophe Riccio
f92c1219ed
Fixed non-identity quaternions for equal vectors #234
2015-08-31 21:56:34 +02:00
Christophe Riccio
f28708265d
Merge branch 'master' of https://github.com/g-truc/glm
2015-08-31 18:57:07 +02:00
Christophe Riccio
c10df14b58
Fixed strict alignment warnings #235 #370
2015-08-31 18:55:45 +02:00
Christophe R.
7a8b532519
Merge pull request #393 from morganbengtsson/master
...
Update matrix_decompose.hpp #393
2015-08-31 18:18:23 +02:00
Christophe Riccio
2f4338269d
Fixed reliability issue of GLM_HAS caps #377
2015-08-31 18:14:54 +02:00