Christophe Riccio
|
291708ce07
|
Added GLM_FORCE_SIZE_FUNC to replace .length() by .size() #245
|
2014-10-05 22:12:25 +02:00 |
|
Christophe Riccio
|
f9484a6e9f
|
- Moved template types from 'detail' to 'glm' namespace #239, #244
|
2014-10-05 19:37:07 +02:00 |
|
Christophe Riccio
|
38399875f4
|
Merge pull request #238 from SiliconKiwi/patch-1
Closest point algorithm can be easily extended to support 2d points #238
|
2014-10-05 16:09:10 +02:00 |
|
Christophe Riccio
|
0684a5e2c6
|
GTX_range is only available for C++11 compilers #240
|
2014-10-05 14:42:17 +02:00 |
|
Christophe Riccio
|
7ab7d4beb8
|
Merge pull request #240 from Jaxan/range
Range support #240
|
2014-10-05 14:24:19 +02:00 |
|
Christophe Riccio
|
a00fc3fdf4
|
Enable only GLM_GTX_scalar_multiplication for C++11 compiler #242
|
2014-10-05 13:26:02 +02:00 |
|
Joshua Moerman
|
62ac07815c
|
Adds scalar multiplication for all types
|
2014-09-22 10:03:18 +02:00 |
|
Joshua Moerman
|
77c704e210
|
Adds range support
|
2014-09-19 16:27:23 +02:00 |
|
Joshua Moerman
|
72a6f35a8e
|
Fixes typo
|
2014-09-19 15:08:26 +02:00 |
|
SiliconKiwi
|
b5409fb728
|
Update closest_point.inl
|
2014-09-16 09:11:34 +12:00 |
|
SiliconKiwi
|
ad85092433
|
Update closest_point.hpp
Algorithm works fine with 2d points as well...
|
2014-09-16 09:09:39 +12:00 |
|
Christophe Riccio
|
ec513f4466
|
Added GTX_common with isdenomal #223
|
2014-09-07 20:53:35 +02:00 |
|
Christophe Riccio
|
cccf2af0a2
|
Added vec3 slerp (#237)
|
2014-09-07 20:06:59 +02:00 |
|
Christophe Riccio
|
0d42f4a320
|
Added vec3 slerp #237
|
2014-09-07 19:56:24 +02:00 |
|
Christophe Riccio
|
90acd7236d
|
Merge branch '0.9.5'
|
2014-08-31 22:28:21 -04:00 |
|
Christophe Riccio
|
a614e5da63
|
Merge branch '0.9.5' of https://github.com/g-truc/glm into 0.9.5
|
2014-08-31 22:18:39 -04:00 |
|
Christophe Riccio
|
eabeb0471b
|
Merge branch '0.9.6'
|
2014-08-31 18:37:14 -04:00 |
|
Christophe Riccio
|
67c62d8b1c
|
Merge branch '0.9.6' of https://github.com/g-truc/glm into 0.9.6
|
2014-08-31 18:12:53 -04:00 |
|
Christophe Riccio
|
3b7aadc2e3
|
Added initial commit for GLM_GTX_matrix_decompose #227
|
2014-08-31 18:12:38 -04:00 |
|
Christophe Riccio
|
96ef6ae9ba
|
Fixed infinite loop in isfinite function with GCC #221
|
2014-08-04 01:00:49 +02:00 |
|
Christophe Riccio
|
2b747cbbad
|
Removed last references to GLM_FORCE_RADIANS
|
2014-08-04 00:10:12 +02:00 |
|
Christophe Riccio
|
cff845c2b4
|
Use pragma once
|
2014-07-14 01:48:27 +02:00 |
|
Christophe Riccio
|
7659e901c9
|
Fixed merge with 0.9.5
|
2014-06-28 21:26:24 +02:00 |
|
Christophe Riccio
|
d84fa89cb8
|
Fixed missing value_type for dual quaternion, Fixed return type of dual quaternion length
|
2014-06-28 21:08:53 +02:00 |
|
Christophe Riccio
|
24cd06552c
|
Fixed GLM_GTX_io coding style
|
2014-06-21 16:23:06 +02:00 |
|
Christophe Riccio
|
694416701a
|
Replaced C casts by C++ casts
|
2014-06-21 15:42:10 +02:00 |
|
Christophe Riccio
|
9b6eecc739
|
Fixed corner cases in exp and log functions for quaternions #199
|
2014-06-21 15:38:49 +02:00 |
|
Christophe Riccio
|
ae026e64d3
|
Merge 0.9.5
|
2014-06-20 20:10:12 +02:00 |
|
Christophe Riccio
|
7fe8a1944c
|
Fixed fastDistance ambiguity #215
|
2014-06-20 01:09:50 +02:00 |
|
Christophe Riccio
|
c440b9515a
|
Merge io for GLM types #144
|
2014-06-15 22:52:23 +02:00 |
|
Christophe Riccio
|
ea45a7b966
|
Fixed orientate3 function #207
|
2014-06-11 22:47:37 +02:00 |
|
Christophe Riccio
|
842cea8747
|
Merge 0.9.5
|
2014-05-04 21:07:05 +02:00 |
|
Christophe Riccio
|
a2b70690c1
|
Added test gor issue #199
|
2014-05-04 17:34:34 +02:00 |
|
Christophe Riccio
|
d77bfa1a70
|
Fixed GTX_color_space - saturation #195
|
2014-05-04 17:20:40 +02:00 |
|
jan p springer
|
37e5868200
|
fixed: warning wrt. strict aliasing on gcc 4.8.2/clang3.3
|
2014-04-14 00:13:20 +01:00 |
|
Christophe Riccio
|
10778448ef
|
Fixed merge
|
2014-04-02 01:31:36 +02:00 |
|
Christophe Riccio
|
a5d2a63ef3
|
- Added workaround for a CUDA compiler bug (#186, #185)
|
2014-04-01 01:20:03 +02:00 |
|
Christophe Riccio
|
e33136538d
|
- Fixed eulerAngle*** not consistent for right-handed coordinate system (#173)
|
2014-03-31 23:50:15 +02:00 |
|
David Reid
|
04d9fa2d45
|
Fix simd_quat build.
|
2014-03-21 18:49:27 +10:00 |
|
Christophe Riccio
|
00e860eeee
|
Fixed missing bitfieldInterleave definisions
|
2014-03-16 11:53:58 +01:00 |
|
Christophe Riccio
|
693c1ddbc8
|
Merge 0.9.5 branch
|
2014-03-16 02:59:57 +01:00 |
|
Christophe Riccio
|
899f388921
|
Fixed CUDA issues (#169, #168, #183, #182)
|
2014-03-16 02:39:36 +01:00 |
|
Christophe Riccio
|
db09ecfc41
|
Fixed bitfieldInterleave for 4 components #175
|
2014-03-15 22:24:43 +01:00 |
|
Christophe Riccio
|
ea87e50c59
|
Merge branch '0.9.5' into 0.9.6
|
2014-03-15 21:45:47 +01:00 |
|
Christophe Riccio
|
eaf3cf3056
|
Added missing GLM_FUNC_DECL
|
2014-03-15 21:45:28 +01:00 |
|
Christophe Riccio
|
ce431012c9
|
Fix merge
|
2014-02-25 21:00:25 +01:00 |
|
Miguel Ángel Pérez Martínez
|
7cf0e87526
|
Added trigonometric.hpp dep to matrix_transform_2d.inl
|
2014-02-20 21:58:11 -03:00 |
|
Miguel Ángel Pérez Martínez
|
1644912f7d
|
Added GTX_matrix_transform_2d
|
2014-02-20 21:51:33 -03:00 |
|
Christophe Riccio
|
43691702e1
|
Fixed GTX_raw_data code dependency
|
2014-02-19 02:09:09 +01:00 |
|
Christophe Riccio
|
2b17a90859
|
Fixed declaration and definition mismatch
|
2014-02-08 20:49:34 +01:00 |
|