Christophe Riccio
|
68ec048b70
|
Fixed roundPowerOfTwo and floorPowerOfTwo #503
|
2016-04-29 17:24:35 +02:00 |
|
Christophe Riccio
|
76d12fb602
|
Fixed roundPowerOfTwo and floorPowerOfTwo #503
|
2016-04-29 10:51:21 +02:00 |
|
Christophe Riccio
|
9770c9f73d
|
Fixed uaddCarry warning #497
|
2016-04-24 14:56:44 +02:00 |
|
Sami Kankaristo
|
578c4f4f9f
|
Rename tvec1 parameters from scalar to v1/v2
|
2016-03-19 12:35:12 +01:00 |
|
Sami Kankaristo
|
ad9bfffe65
|
Fix operator-(), add operator+()
|
2016-03-19 12:35:04 +01:00 |
|
Sami Kankaristo
|
c7700573a4
|
Add missing boolean operator declarations
|
2016-03-19 12:34:59 +01:00 |
|
Sami Kankaristo
|
42b818d4bb
|
Fix declarations (use tdualquat instead of tquat)
|
2016-03-19 12:34:51 +01:00 |
|
Sami Kankaristo
|
ece2b8b5a2
|
Add missing boolean operator declarations
|
2016-03-19 12:34:28 +01:00 |
|
Sami Kankaristo
|
8662a567b2
|
Add const & to POD to match other functions in the class
|
2016-03-19 12:34:09 +01:00 |
|
Sami Kankaristo
|
b7fef63ef8
|
Remove const & from POD to match other functions in class
|
2016-03-19 12:33:42 +01:00 |
|
Sami Kankaristo
|
d3036fd010
|
Add missing operator function definitions
|
2016-03-19 12:32:42 +01:00 |
|
Sami Kankaristo
|
785c8892d9
|
Add missing const to declaration
|
2016-03-19 12:32:24 +01:00 |
|
Christophe Riccio
|
6c61c332f4
|
Fixed missing GLM_PLATFORM_CYGWIN declaration #495
|
2016-03-19 12:31:19 +01:00 |
|
Christophe Riccio
|
61d58b0296
|
Fixed missing GLM_PLATFORM_CYGWIN declaration #495
|
2016-03-19 12:28:18 +01:00 |
|
Sami Kankaristo
|
e60273daff
|
Add missing vec4 operator definitions
Also rename the parameters to match similar functions in other vector
classes.
|
2016-03-12 20:33:53 +01:00 |
|
Sami Kankaristo
|
3ec43e9522
|
Fix incorrect declaration (now matches definition)
|
2016-03-12 20:33:49 +01:00 |
|
Sami Kankaristo
|
a848fa69be
|
Remove duplicate function declarations
|
2016-03-12 20:33:45 +01:00 |
|
Paul Konstantin Gerke
|
239cf70ade
|
Fixed: outerProduct was defined incorrectly for unmatched vecX types. E.g. outerProduct(vec2, vec4) did not succeed because the matrix return types were wrong. The computing function seemed fine. I used https://en.wikipedia.org/wiki/Outer_product as reference on what the number of columns/rows ''should'' be and fixed it so that it matches the description from wikipedia
Added: tests for outerProduct with unmatched vector dimensions (actually testing all combinations now)
|
2016-03-05 23:51:20 +01:00 |
|
Paul Konstantin Gerke
|
b3b72527b1
|
Fixed: operator signatures of mat2x4 and vec4 (no guaratees that I found all issues)
|
2016-03-05 23:51:06 +01:00 |
|
sippeangelo
|
2d813b587a
|
This fixes #461
|
2016-03-05 23:46:39 +01:00 |
|
Christophe Riccio
|
045aa8e541
|
Fixed atanh warning #484
|
2016-02-21 19:40:24 +01:00 |
|
Christophe Riccio
|
0d48c43385
|
Fixed asinh warning with C++98 STL #484
|
2016-02-21 18:59:26 +01:00 |
|
Christophe Riccio
|
500a955d45
|
Fixed 64 bits constants warnings on GCC #463
|
2016-02-21 14:29:07 +01:00 |
|
Christophe Riccio
|
54ad263974
|
Fixed Clang on Windows build #479
|
2016-02-21 14:15:44 +01:00 |
|
Christophe Riccio
|
cc2f15803e
|
Added AVX512 detection
|
2016-02-15 21:11:55 +01:00 |
|
Christophe Riccio
|
407a7598aa
|
Improved new version of GCC detection #477
|
2016-02-15 20:29:55 +01:00 |
|
Joonas Sarajärvi
|
bc09ecf898
|
setup: detect GCC 6.0
|
2016-02-15 20:27:10 +01:00 |
|
Christophe Riccio
|
ebdb7aa45b
|
Added unary + operator #435
|
2016-01-03 18:39:40 +01:00 |
|
Christophe Riccio
|
1709e9abca
|
Added unary + operator #435
|
2016-01-03 18:37:46 +01:00 |
|
Jesse Talavera-Greenberg
|
7db048b851
|
Move dependencies from intersect.inl to intersect.hpp
|
2016-01-03 18:34:51 +01:00 |
|
Christophe Riccio
|
268af877ab
|
Cygwin GCC doesn't have a C++11 STL library
|
2016-01-03 18:32:26 +01:00 |
|
Sven-Hendrik Haase
|
4ea72b3128
|
Fix docs
|
2016-01-03 18:31:37 +01:00 |
|
Stephen Hill
|
c83add59b3
|
Fixed various 'X is not defined' warnings
|
2016-01-03 18:27:12 +01:00 |
|
Stephen Hill
|
ba46e0500e
|
Fixed 'GLM_COMPILER_VC2005 is not defined' warning
This GLM compiler version isn't defined, so I just removed the legacy functions.
|
2016-01-03 18:27:00 +01:00 |
|
Stephen Hill
|
4bb352b628
|
Fixed "Declaration shadows a field" warning
|
2016-01-03 18:26:54 +01:00 |
|
Adrian Krupa
|
c9400562ec
|
Fixed build
|
2016-01-03 18:25:45 +01:00 |
|
humbletim
|
52c9f124e3
|
Fixed ldexp and frexp compilation errors
|
2016-01-03 18:20:13 +01:00 |
|
Christophe Riccio
|
1936921ec7
|
Fixed log from GTX_lob_base build error with tests #470, #471
|
2016-01-03 18:11:55 +01:00 |
|
Sven-Hendrik Haase
|
a827b248ef
|
Fix wrong docs
The function this function is a helper of is using radians. In fact, glm is using radians everywhere!
|
2016-01-03 18:11:37 +01:00 |
|
Christophe Riccio
|
a754ab2e7e
|
Fixed ICC on Linux build errors #449
|
2016-01-03 18:10:46 +01:00 |
|
Christophe Riccio
|
adb03bee5c
|
Fixed ICC on Linux build errors #449
|
2016-01-03 18:08:00 +01:00 |
|
Christophe Riccio
|
627d36fd47
|
Updated GLM version
|
2015-10-22 00:31:15 +02:00 |
|
Christophe Riccio
|
85e88a366d
|
Cygwin GCC doesn't have a C++11 STL library
|
2015-10-22 00:27:10 +02:00 |
|
lucasb-eyer
|
5e994bcf39
|
dummy.cpp CRLF->LF
|
2015-10-07 20:39:20 +02:00 |
|
Christophe Riccio
|
a4ed6568be
|
Fixed GTC_matrix_inverse affineInverse #192
|
2015-10-07 20:38:38 +02:00 |
|
Christophe Riccio
|
e37fe66d5e
|
Fixed GTC_packing unpackUnorm3x10_1x2 #414
|
2015-10-07 20:38:20 +02:00 |
|
Christophe Riccio
|
06ad5a2cd4
|
Fixed GTC_packing unpackUnorm3x10_1x2 #414
|
2015-10-07 20:37:30 +02:00 |
|
Sebastian Rettenberger
|
6789d897d2
|
Fix floorMultiple/ceilMultiple for float
|
2015-10-07 20:34:02 +02:00 |
|
Christophe Riccio
|
8f39bb8730
|
Removed unused func_noise.* files #398
|
2015-09-06 22:30:17 +02:00 |
|
Christophe Riccio
|
a93d09be34
|
Fixed builtin bitscan never being used #392
|
2015-09-06 22:06:26 +02:00 |
|