Vladimír Vondruš
89420dd1f5
Make the to_string(dualquat) test work under C++03.
...
I forgot this is still a thing, sorry.
ago%!(EXTRA string=7 years)
Vladimír Vondruš
aa1728cde2
Make to_string(dualquat) actually work.
...
It segfaulted somewhere deep in strlen() due to a mismatch in printf()
argument count.
ago%!(EXTRA string=7 years)
thechosenone124
8bbbbfcafd
Intermediate Function Is Improperly Done
...
The formula for calculating the intermediate for a SQUAD interpolation is
exp((log(next * invQuat) + log(prev * invQuat)) / static_cast<T>(-4)) * curr;
The current code uses addition instead of multiplication (based on http://web.mit.edu/2.998/www/QuaternionReport1.pdf )
ago%!(EXTRA string=7 years)
Christophe Riccio
f5572344f5
Merge branch 'master' of https://github.com/g-truc/glm
ago%!(EXTRA string=7 years)
Christophe
20b3f4bd42
Merge pull request #767 from jimvonmoon/extract_euler_angle_fix
...
Fixed potential narrowing conversion in extractEulerAngleXYZ #767
ago%!(EXTRA string=7 years)
JimVonMoon
59e15deb6d
Fixed potential narrowing conversion in extractEulerAngleXYZ
ago%!(EXTRA string=7 years)
Christophe Riccio
fe7c7b5ac1
Updated 0.9.9.0 release date
ago%!(EXTRA string=7 years)
Christophe Riccio
024e94b6c4
Fixed GTX_easing on Apple Clang
ago%!(EXTRA string=7 years)
Christophe Riccio
ef615c8d6e
Tentative fix GTX_easing on Apple Clang
ago%!(EXTRA string=7 years)
Christophe Riccio
5c02758b15
Tentative fix GTX_easing on Apple Clang
ago%!(EXTRA string=7 years)
Christophe Riccio
3a7168eb55
Tentative fix Clang build
ago%!(EXTRA string=7 years)
Christophe Riccio
4a28af5258
Fixed clang build
ago%!(EXTRA string=7 years)
Christophe Riccio
e2b75b6bf7
Fixed GTX_easying clang warnings
ago%!(EXTRA string=7 years)
Christophe Riccio
c3a41b0ef8
Updated API documentation
ago%!(EXTRA string=7 years)
Christophe Riccio
4d4dbcade6
Moved bounded function to GTX_common from EXT_vector_relational as there are quite new
ago%!(EXTRA string=7 years)
Christophe Riccio
77acd2fe40
Clarify quat_cast documentation, applying on pure rotation matrices #759
ago%!(EXTRA string=7 years)
Christophe Riccio
1d3f8a057f
Fixed GTX_easing build on Clang
ago%!(EXTRA string=7 years)
Christophe Riccio
1cd7a47279
Fixed GTX_easing build on VS2013
ago%!(EXTRA string=7 years)
Christophe Riccio
c58b60ec2a
Prepare GLM 0.9.9.0 release
ago%!(EXTRA string=7 years)
Christophe Riccio
62dfe7adfb
Fixed isnan on CUDA #727
ago%!(EXTRA string=7 years)
Christophe Riccio
b3a24a0565
Fixed linearRand #762
ago%!(EXTRA string=7 years)
Christophe Riccio
69f94334e0
Added GTX_easing for interpolation functions #761
ago%!(EXTRA string=7 years)
Christophe Riccio
e560ce01d4
Packaging with conan externally #758
ago%!(EXTRA string=7 years)
Christophe Riccio
0daef60d98
Merge branch 'master' of https://github.com/g-truc/glm
ago%!(EXTRA string=7 years)
Christophe Riccio
d53cd73a0e
Fixed mising glm::precision
ago%!(EXTRA string=7 years)
Christophe
c8e115f83e
Merge pull request #756 from ghost/master
...
Adaptation to latest conan version #756
ago%!(EXTRA string=7 years)
Christophe Riccio
798ab30b9d
Fixed Syntax error when compiling with GLM_FORCE_CTOR_INIT and GLM_ENABLE_EXPERIMENTAL #753
ago%!(EXTRA string=7 years)
Christophe Riccio
b5632f5a18
Added bvec3_ctor test
ago%!(EXTRA string=7 years)
dimitri
347e767ac4
Adaptation to latest conan version
ago%!(EXTRA string=7 years)
Christophe
5ba45d302c
Merge pull request #752 from tviksand/Do-not-define-GLM_CONSTEXPR_CXX14-on-older-versions-of-MSVC-as-extended-constexpr-is-not-supported-on-these-compilers-re-issue-#749
...
Do not define GLM_CONSTEXPR_CXX14 on MSVC < 2017 #752
ago%!(EXTRA string=7 years)
Torbjørn Viksand
351155b9e1
Do not define GLM_CONSTEXPR_CXX14 on MSVC < 2017
ago%!(EXTRA string=7 years)
Christophe Riccio
b8d0681725
Fixed misspelling #738
ago%!(EXTRA string=7 years)
Christophe Riccio
8390a77b3a
Added GLM_FORCE_CTOR_INIT #735 #740
ago%!(EXTRA string=7 years)
Christophe
b1522b5178
Merge pull request #746 from p-groarke/cleanup
...
Cleanup : Remove trailing whitespaces. #746
ago%!(EXTRA string=7 years)
Philippe Groarke
2cac15849b
cleanup : Remove trailing whitespaces.
ago%!(EXTRA string=7 years)
Philippe Groarke
47fa70c34b
Merge branch 'master' into cleanup
ago%!(EXTRA string=7 years)
Christophe
1a3f1f22cd
Merge pull request #712 from KageKirin/constexpr-mat-ctors
...
set mat<>::ctor() to be constexpr #712
ago%!(EXTRA string=7 years)
Christophe
fdb0e43aa0
Merge pull request #744 from vitali-parkhomenko/feature/extension_for_euler_angles
...
Extension for Euler angles #744
ago%!(EXTRA string=7 years)
Philippe Groarke
fd327cd341
cleanup : Remove trailing whitespaces.
ago%!(EXTRA string=7 years)
Philippe Groarke
a5072f5ce5
gitignore : Ignore .DS_Store.
ago%!(EXTRA string=7 years)
Vitali Parkhomenko
a74cd55d8d
#744 Added tests
ago%!(EXTRA string=7 years)
Vitali Parkhomenko
15fb58aacb
Added extraction of Euler angles from rotation matrix.
...
Extraction of Euler angles from rotation matrix for 11 sequences of rotation axes:
z-x-z, x-y-x, y-z-y, z-y-z, x-z-x, y-x-y, y-z-x, z-x-y, x-z-y, z-y-x, y-x-z.
ago%!(EXTRA string=7 years)
Vitali Parkhomenko
5361f5e4ec
Added creating a rotation matrix from Euler angles
...
Creating a rotation matrix for 10 sequences of rotation axes:
z-x-z, x-y-x, y-z-y, z-y-z, x-z-x, y-x-y, y-z-x, z-x-y, x-z-y, z-y-x.
ago%!(EXTRA string=7 years)
Vitali Parkhomenko
5fe5f32edd
Added creating a derived matrix from the rotation matrix.
...
Creating a derived matrix from the rotation matrix about the x-, y-, and z-axis.
ago%!(EXTRA string=7 years)
Christophe
37c395ec77
Merge pull request #731 from devmane144/patch-1
...
Small consistency change #731
ago%!(EXTRA string=7 years)
Christophe
2fd7333dd3
Merge pull request #725 from elect86/master
...
Fixed core_func_common.cpp unsigned test #725
ago%!(EXTRA string=7 years)
Chris Helmich
3aebd8f8fd
added GLM_CONSTEXPR_CXX14 flag to vec<>::operator= and mat<>::operator=
ago%!(EXTRA string=7 years)
Chris Helmich
dee4f81bc7
added GLM_CONSTEXPR_CTOR_CXX14 flags to mat<>::ctors()
ago%!(EXTRA string=7 years)
devmane144
abb7fecc5e
Update type_vec4.hpp
ago%!(EXTRA string=7 years)
devmane144
9b621ee4db
Added the other 3 const & to the file
...
I added the other 3 const & that I missed.
ago%!(EXTRA string=7 years)