Sami Kankaristo
|
b7fef63ef8
|
Remove const & from POD to match other functions in class
|
ago%!(EXTRA string=9 years) |
Sami Kankaristo
|
d3036fd010
|
Add missing operator function definitions
|
ago%!(EXTRA string=9 years) |
Sami Kankaristo
|
785c8892d9
|
Add missing const to declaration
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
6c61c332f4
|
Fixed missing GLM_PLATFORM_CYGWIN declaration #495
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
61d58b0296
|
Fixed missing GLM_PLATFORM_CYGWIN declaration #495
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
444cf0f36a
|
Fixed undefined reference errors #489
|
ago%!(EXTRA string=9 years) |
Sami Kankaristo
|
e60273daff
|
Add missing vec4 operator definitions
Also rename the parameters to match similar functions in other vector
classes.
|
ago%!(EXTRA string=9 years) |
Sami Kankaristo
|
3ec43e9522
|
Fix incorrect declaration (now matches definition)
|
ago%!(EXTRA string=9 years) |
Sami Kankaristo
|
a848fa69be
|
Remove duplicate function declarations
|
ago%!(EXTRA string=9 years) |
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)
|
ago%!(EXTRA string=9 years) |
Paul Konstantin Gerke
|
b3b72527b1
|
Fixed: operator signatures of mat2x4 and vec4 (no guaratees that I found all issues)
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
8e411733b2
|
- Fixed eulerAngles precision error, returns NaN #451
|
ago%!(EXTRA string=9 years) |
sippeangelo
|
2d813b587a
|
This fixes #461
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
eb33d9c188
|
- Fixed outerProduct defintions and operator signatures for mat2x4 and vec4 #475
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
30ab2ee25b
|
Fixed polar coordinates function latitude #485
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
045aa8e541
|
Fixed atanh warning #484
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
0d48c43385
|
Fixed asinh warning with C++98 STL #484
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
5809830f64
|
Get ready for 0.9.7.3 release
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
500a955d45
|
Fixed 64 bits constants warnings on GCC #463
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
904db64afd
|
Updated readme for fixed Clang build on Windows #479
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
54ad263974
|
Fixed Clang on Windows build #479
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
cc2f15803e
|
Added AVX512 detection
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
407a7598aa
|
Improved new version of GCC detection #477
|
ago%!(EXTRA string=9 years) |
Joonas Sarajärvi
|
bc09ecf898
|
setup: detect GCC 6.0
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
6ee8b03063
|
Fixed CMake policy warning
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
eb4a19805a
|
Fixed release note
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
ebdb7aa45b
|
Added unary + operator #435
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
1709e9abca
|
Added unary + operator #435
|
ago%!(EXTRA string=9 years) |
Jesse Talavera-Greenberg
|
7db048b851
|
Move dependencies from intersect.inl to intersect.hpp
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
268af877ab
|
Cygwin GCC doesn't have a C++11 STL library
|
ago%!(EXTRA string=9 years) |
Sven-Hendrik Haase
|
4ea72b3128
|
Fix docs
|
ago%!(EXTRA string=9 years) |
humbletim
|
5d46e5186d
|
remove extraneous test block
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
fc1e45bbde
|
Updated readme
|
ago%!(EXTRA string=9 years) |
Stephen Hill
|
c83add59b3
|
Fixed various 'X is not defined' warnings
|
ago%!(EXTRA string=9 years) |
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.
|
ago%!(EXTRA string=9 years) |
Stephen Hill
|
4bb352b628
|
Fixed "Declaration shadows a field" warning
|
ago%!(EXTRA string=9 years) |
Adrian Krupa
|
c9400562ec
|
Fixed build
|
ago%!(EXTRA string=9 years) |
humbletim
|
52c9f124e3
|
Fixed ldexp and frexp compilation errors
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
1936921ec7
|
Fixed log from GTX_lob_base build error with tests #470, #471
|
ago%!(EXTRA string=9 years) |
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!
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
a754ab2e7e
|
Fixed ICC on Linux build errors #449
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
adb03bee5c
|
Fixed ICC on Linux build errors #449
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
627d36fd47
|
Updated GLM version
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
f1e9c2f186
|
Fixed Cygwin build errors when using C++11 #405
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
85e88a366d
|
Cygwin GCC doesn't have a C++11 STL library
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
4b5694a51c
|
Fixed readme #include path #426
|
ago%!(EXTRA string=10 years) |
lucasb-eyer
|
5e994bcf39
|
dummy.cpp CRLF->LF
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
11f05cea58
|
Fixed affineInverse test #192
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
a4ed6568be
|
Fixed GTC_matrix_inverse affineInverse #192
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
f384e18a78
|
Added tests for affineInverse #192
|
ago%!(EXTRA string=10 years) |