This website requires JavaScript.
806e05755e
Merge pull request #1036 from Zuzu-Typ/patch-1
Christophe
2020-11-09 17:49:36 +01:00
f109b9185f
Make CI happy
EZForever
2020-10-29 14:02:04 +08:00
a66b782134
fix: glm::angle() discards the sign of result for angles in range (2*pi-1, 2*pi)
EZForever
2020-10-29 13:50:31 +08:00
2bb0fb3999
Add test case for glm::angle() sign bug introduced by #946
EZForever
2020-10-28 17:26:53 +08:00
b7f209b18d
Fixed unpackUnorm
Zuzu-Typ
2020-10-04 14:40:02 +02:00
5b23dcab71
Fixed calculation of m02 minor for mat4x4 adjugate
koladonia
2020-09-30 03:29:31 +03:00
ce3650f0f2
fix: isMultiple
Gottfried Leibniz
2020-09-25 10:58:35 -03:00
c00f046c85
fix: fastNormalize ambiguity
Gottfried Leibniz
2020-09-24 11:24:34 -03:00
593415108d
fix: scalebias
Gottfried Leibniz
2020-09-23 22:56:48 -03:00
ebf4e9eaa2
fix: unpackUnorm type
Gottfried Leibniz
2020-09-22 00:40:47 -03:00
96558e896b
fix: intersectLineTriangle types
Gottfried Leibniz
2020-09-22 00:37:56 -03:00
c18ec93b0e
fix: orientate3 types
Gottfried Leibniz
2020-09-22 00:36:43 -03:00
93e573f7b1
fix: axisAngle
Gottfried Leibniz
2020-09-22 00:35:07 -03:00
d9124820ed
fix: fastExp promotion
Gottfried Leibniz
2020-09-22 00:29:59 -03:00
ebfcde733a
fix: missing type_quat header
Gottfried Leibniz
2020-09-22 00:27:32 -03:00
b43fa52360
Change the logic of defaulted constructors
Amaury Le Leyzour
2020-09-02 11:45:26 -07:00
b3f8772026
Merge pull request #1022 from qsantos/fix-small-angle-quaternion-zero-test
Christophe
2020-08-30 14:56:02 +02:00
45271404e6
Merge pull request #1026 from manylegged/master
Christophe
2020-08-30 14:54:30 +02:00
72022c2cf7
Merge pull request #1024 from bjornwah/fix_compiler_warnings
Christophe
2020-08-30 14:52:21 +02:00
69a3ab22ab
Merge pull request #1025 from waywardmonkeys/fix-opencloth-link
Christophe
2020-08-30 14:51:15 +02:00
2eeb2662a6
spaces->tabs
Arthur Danskin
2020-08-08 17:36:34 -04:00
dc1d613f55
Merge branch 'master' of github.com:manylegged/glm into master
Arthur Danskin
2020-08-08 17:29:57 -04:00
9627450ef8
allow force_xyzw to work with function swizzleing
Arthur Danskin
2020-08-08 17:29:51 -04:00
6fdeff4d67
Fixed compiler warnings
Bjorn Wahlstrand
2020-08-01 13:02:11 -07:00
e7554a5d88
Fix link to opencloth.
Bruce Mitchener
2020-08-04 21:12:00 +07:00
d6d272e9a0
Fix handling of small magnitude quaternions
Quentin Santos
2020-07-13 12:35:43 +02:00
2929ad5a66
Merge pull request #1023 from thomasbbrunner/cmake-documentation
Christophe
2020-07-14 12:32:00 +02:00
c49df617db
Improved documentation on compiling GLM with CMake
Thomas Brunner
2020-07-14 00:41:25 +02:00
dc2a00e3a8
Merge pull request #1018 from kring/patch-1
Christophe
2020-07-09 10:43:04 +02:00
6c97378695
Merge pull request #1011 from Bargor/master
Christophe
2020-07-09 10:40:55 +02:00
1e0ad71ec7
Merge pull request #1014 from serkan3k/patch-1
Christophe
2020-07-09 10:34:45 +02:00
949028f675
Merge pull request #1016 from brunotl/master
Christophe
2020-07-09 10:33:29 +02:00
5c285ad647
Merge pull request #1020 from r0mai/cpp14-clang
Christophe
2020-07-09 10:31:57 +02:00
d2ebd5248e
make GLM_FORCE_XYZW_ONLY work with GLM_SWIZZLE_FUNCTION
Arthur Danskin
2020-06-29 19:59:41 -04:00
3b3db0fc5a
make GLM_CONFIG_XYZW_ONLY work with GLM_SWIZZLE_FUNCTION
Arthur Danskin
2020-06-29 01:54:26 -04:00
82e5f32f04
Support clang in C++1z mode
Andras Kucsma
2020-06-25 14:56:12 +02:00
dfdeb9b284
Fix singularity in quaternion to euler angle roll conversion
Daniel Scharrer
2020-06-24 23:32:48 +02:00
4c79cd1781
Fix comment alignment.
Kevin Ring
2020-06-24 17:26:46 +10:00
c80fd556b6
Fix a typo in the manual, glm/geometry.hpp -> glm/geometric.hpp
Kevin Ring
2020-06-24 17:25:07 +10:00
a584c01fb5
neon : fix "unused function" warning
Bruno de Lacheisserie
2020-06-07 12:09:55 +02:00
1f4ef63d00
Fixed typo in documentation
serkan3k
2020-05-19 22:19:11 +03:00
f8bf087caa
Fix quaternion orientation in glm::decompose
Craig Bosma
2020-05-11 14:33:51 -05:00
e9ab34e0f0
Fixed warning when compiling with MSVS in SIMD mode
Karol Kontny
2020-05-11 15:26:46 +02:00
23e0701c04
Updated readme and GLM version
christophe
2020-05-02 19:00:56 +02:00
a44e293c40
Reading GLM version in CMake using REGEX on GLM header
christophe
2020-05-02 18:32:19 +02:00
280ba02382
Merge pull request #1010 from C3NZ/master
Christophe
2020-05-01 10:54:06 +02:00
fc6966be28
[fix] readme to include glm::pi from scalar_constants.hpp and not constants.hpp, which seems to be where pi lives as of latest release.
C3NZ
2020-04-26 12:51:11 -07:00
7574b172e9
Merge pull request #1009 from Zuzu-Typ/master
Christophe
2020-04-26 13:18:11 +02:00
b39c3550af
Fixed assertion (min, max)
Zuzu-Typ
2020-04-23 11:07:14 +02:00
aa6a2757a5
Merge pull request #1 from g-truc/master
Zuzu-Typ
2020-04-23 11:04:09 +02:00
e944b22f20
Merge pull request #1008 from blat-blatnik/master
Christophe
2020-04-22 19:29:50 +02:00
ef44390073
Merge pull request #1 from blat-blatnik/better-natvis
blat-blatnik
2020-04-17 00:37:08 +02:00
2cc2c3ae6e
Added features to the .natvis file
blat-blatnik
2020-04-17 00:35:24 +02:00
bf71a83494
Updated release date
christophe
2020-04-13 19:41:16 +02:00
b4c5bb6c1a
Fixed singularity check for quatLookAt #770
christophe
2020-04-12 18:32:33 +02:00
8aa60bbeff
Tentative fix of Clang warnings
christophe
2020-04-12 16:33:44 +02:00
c039ac6eb6
Tentative fix of version test
christophe
2020-04-12 16:14:42 +02:00
ecca935580
Updated readme
christophe
2020-04-12 16:09:31 +02:00
bf44be3105
Fixed invalid line
christophe
2020-04-12 16:04:40 +02:00
488be5b75a
Merge branch 'master' of https://github.com/g-truc/glm
christophe
2020-04-12 15:59:27 +02:00
a3e188f946
Fixed grammar #990
christophe
2020-04-12 15:27:00 +02:00
2a2008df33
Merge pull request #1003 from wojcikt/fix-cmake-config
Christophe
2020-04-12 14:54:08 +02:00
2c84530227
Fix glmConfig-version.cmake using undefined variable
Tomasz Wójcik
2020-03-17 20:07:08 +01:00
f4c6667347
Fixed unnecessary warnings from matrix_projection.inl #995
Christophe Riccio
2020-03-05 23:46:36 +01:00
2a65978348
Merge branch 'master' of https://github.com/g-truc/glm into matrix-int
Christophe Riccio
2020-03-05 18:52:28 +01:00
efbfecab63
Merge pull request #996 from Bargor/quaternion-slerp-multiple-spins
Christophe
2020-03-05 18:51:49 +01:00
6b458cb173
Merge pull request #966 from Twinklebear/master
Christophe
2020-03-05 18:47:13 +01:00
31d01b525e
Quaternion slerp overload which interpolates with extra spins
Kontny Karol
2019-11-14 15:51:20 +01:00
739a16e6d1
fix travis as well
Will Usher
2020-02-19 09:10:57 -07:00
e6af446716
fix manual glm_DIR mention
Will Usher
2020-02-16 14:38:27 -08:00
681b8badcd
Fix appveyor glm_DIR path
Will Usher
2020-02-16 14:37:37 -08:00
4d47b27333
Adjust cmake file paths to match make install for distribution
Will Usher
2020-02-16 14:33:59 -08:00
a331771ea8
Merge remote-tracking branch 'upstream/master'
Will Usher
2020-02-16 14:07:18 -08:00
a4bf8867c2
Added clamp, repeat, mirrorClamp and mirrorRepeat function to GLM_EXT_scalar_commond and GLM_EXT_vector_commond extensions with tests
Christophe Riccio
2020-02-11 12:53:12 +01:00
e8d758f746
Added integer matrix extensions and fixed build
Christophe Riccio
2020-02-11 11:44:52 +01:00
0d9abe3725
Added missing EXT extensions
Christophe Riccio
2020-02-10 21:44:31 +01:00
c4fd0b3aa3
Clean up integer matrix
Christophe Riccio
2020-02-10 20:22:47 +01:00
9e7a486c0e
Added matrix integer extensions and tests
Christophe Riccio
2020-02-10 19:06:30 +01:00
684817db46
Clean up integer precision
Christophe Riccio
2020-02-08 16:21:22 +01:00
79d78bbdde
Work on integer matrix
Christophe Riccio
2020-02-07 17:45:02 +01:00
6bd53cc9e5
Added files for EXT packing extensions
Christophe Riccio
2020-02-07 15:20:42 +01:00
65c8ff2bd6
Merge branch 'master' of https://github.com/g-truc/glm
Christophe Riccio
2020-02-07 15:19:33 +01:00
00ef7042df
Removed duplicated vector
Christophe Riccio
2020-02-07 15:19:14 +01:00
6d8b4a11bf
Merge pull request #989 from dorodnic/doc_fix
Christophe
2020-02-07 14:58:50 +01:00
82d500376e
Merge pull request #992 from amaury-ml/compfix
Christophe
2020-02-07 14:57:13 +01:00
16a650ea65
[Aarch64] fix for glm::length
Amaury Le Leyzour
2020-02-05 17:48:31 -08:00
8e58cdbbf8
- Added GLM_EXT_vector_intX_sized and GLM_EXT_vector_uintX_sized extensions
Christophe Riccio
2020-02-04 17:11:07 +01:00
56c2cadc4a
Fixing output order in the documentation of glm::polar
dorodnic
2020-01-06 22:21:02 +02:00
d773b4453a
Merge remote-tracking branch 'upstream/master'
Will Usher
2020-01-05 17:48:47 -07:00
13724cfae6
Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests
Christophe Riccio
2020-01-05 21:19:37 +01:00
028b303a65
Fixed CXX tests
Christophe Riccio
2020-01-05 21:14:53 +01:00
79b5197e5d
Fixed CXX tests
Christophe Riccio
2020-01-05 21:12:11 +01:00
a68949eba4
Fixed force cxx version tests
Christophe Riccio
2020-01-05 21:09:37 +01:00
2d8ccef1af
Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests
Christophe Riccio
2020-01-05 21:07:42 +01:00
d92ac09ce2
Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests
Christophe Riccio
2020-01-05 21:05:29 +01:00
8381f8e71e
Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests
Christophe Riccio
2020-01-05 21:02:56 +01:00
3ee3659adb
Added force defines tests
Christophe Riccio
2020-01-05 20:57:20 +01:00
85e491b30c
Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests
Christophe Riccio
2020-01-05 20:41:51 +01:00
638eb14fcd
- Added GLM_FORCE_QUAT_DATA_WXYZ to store quat data as w,x,y,z instead of x,y,z,w #983
Christophe Riccio
2020-01-05 15:51:05 +01:00
c8440b09e2
Fixed doc theme
Christophe Riccio
2020-01-05 15:27:06 +01:00