Joshua Moerman
|
72a6f35a8e
|
Fixes typo
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
a08aca94f3
|
Progress on vec1 support
|
ago%!(EXTRA string=11 years) |
SiliconKiwi
|
b5409fb728
|
Update closest_point.inl
|
ago%!(EXTRA string=11 years) |
SiliconKiwi
|
ad85092433
|
Update closest_point.hpp
Algorithm works fine with 2d points as well...
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
ec513f4466
|
Added GTX_common with isdenomal #223
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
cccf2af0a2
|
Added vec3 slerp (#237)
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
0d42f4a320
|
Added vec3 slerp #237
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
4649717f45
|
Fixed GCC build #228
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
3d399aaaca
|
Remove useless std::move, #219
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
0613b5c0f1
|
Limited extended integer type redifinition (#233)
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
bfa893b957
|
Fixed signed integer and float linearRand results #230
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
5f7862ebec
|
Improved linearRand: support precision and integers (#230)
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
e419448539
|
Fixed compile problems with glm::max( vec, int ) #232
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
ac3c2e37f1
|
Rely on STL functions for GLM functions using the same prototype #233
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
4a701c6760
|
Limited extended integer type redifinition (#233)
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
041276c93d
|
Fix 'nextafter*' for android build issue. #217
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
3b7aadc2e3
|
Added initial commit for GLM_GTX_matrix_decompose #227
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
f916339ca7
|
Rely on C++11 to implement isinf and isnan
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
96ef6ae9ba
|
Fixed infinite loop in isfinite function with GCC #221
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
2b747cbbad
|
Removed last references to GLM_FORCE_RADIANS
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
fa6bec2f3d
|
Added swizzle contructor tests
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
a0743f94aa
|
Added full tvec1 support to tvec2
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
d722b398c9
|
Added scalar conversion constructor
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
666475a84c
|
Fixed VC14 compiler warnings
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
cff845c2b4
|
Use pragma once
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
d84fa89cb8
|
Fixed missing value_type for dual quaternion, Fixed return type of dual quaternion length
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
9a3f42279b
|
- Fixed std::nextafter not supported with C++11 on Android #213
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
7459161364
|
Updated revision fornext release
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
6f59e64a55
|
Use C++ cast
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
24cd06552c
|
Fixed GLM_GTX_io coding style
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
694416701a
|
Replaced C casts by C++ casts
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
9b6eecc739
|
Fixed corner cases in exp and log functions for quaternions #199
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
08ff93925f
|
Fixed std::nextafter not supported with C++11 on Android #213
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
2b38221f80
|
Fixed build
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
b69356cadb
|
Resolve aliasing issues #152, #212
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
9f0fe30585
|
Fixed build
|
ago%!(EXTRA string=11 years) |
Groove
|
b025413a2d
|
Resolve aliasing issue
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
f32cab2842
|
Remove useless references
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
f310f941c6
|
Fixed strict aliasing issues #212
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
103a74f7e1
|
clean up
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
3651530ff0
|
Fixed build
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
7097e4c7c8
|
Fixed tweakedInfinitePerspective #208 and added user-defined epsilon to tweakedInfinitePerspective
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
7fe8a1944c
|
Fixed fastDistance ambiguity #215
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
c506b43d49
|
Quaternion vector rotation error. #209
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
ea45a7b966
|
Fixed orientate3 function #207
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
c3c180559a
|
Fixed instruction set detection with Clang #158
|
ago%!(EXTRA string=11 years) |
Joel Nises
|
e610e9446e
|
fixed bug in quaternion slerp
|
ago%!(EXTRA string=11 years) |
Florian Euchner
|
f8fa1513fa
|
Fix missing @endcond
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
4da58d88d4
|
Optimized Quaternion vector rotation #205
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
a2f4df2b1d
|
Fixed builtin GLM_ARCH_SSE4 #204
|
ago%!(EXTRA string=11 years) |