Sami Kankaristo
|
131b85f4b9
|
Fix declarations (use tdualquat instead of tquat)
|
ago%!(EXTRA string=9 years) |
Sami Kankaristo
|
21fb034338
|
Add missing boolean operator declarations
|
ago%!(EXTRA string=9 years) |
Sami Kankaristo
|
236fed9d93
|
Add const & to POD to match other functions in the class
|
ago%!(EXTRA string=9 years) |
Sami Kankaristo
|
1e192be370
|
Remove const & from POD to match other functions in class
|
ago%!(EXTRA string=9 years) |
jan p springer
|
25d6c8e341
|
update: date stamps + GLM_META_PROG_HELPERS pre-requiste
|
ago%!(EXTRA string=9 years) |
jan p springer
|
a5a69566b9
|
update: date stamps
|
ago%!(EXTRA string=9 years) |
jan p springer
|
b52156991e
|
fixed: glm::operator<< (using a copy of #491)
|
ago%!(EXTRA string=9 years) |
Jesse Talavera-Greenberg
|
ae15b8982b
|
Correct type_trait info so it doesn't conflict with the file name
|
ago%!(EXTRA string=9 years) |
Jesse Talavera-Greenberg
|
ffaa6fe7c0
|
Add missing cols/rows constants
|
ago%!(EXTRA string=9 years) |
Sami Kankaristo
|
798e4f0e78
|
Remove (old?) operator/ member functions
These don't seem to have matching definitions and they conflict with
similar functions in the glm namespace (in the same header files).
|
ago%!(EXTRA string=9 years) |
Sami Kankaristo
|
8e7a3a9053
|
Add missing operator function definitions
|
ago%!(EXTRA string=9 years) |
Sami Kankaristo
|
b968defd22
|
Add missing const to declaration
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
234d7d4ba9
|
Simplify code removing GLM_FORCE_SIZE_FUNC, GLM_META_PROG_HELPERS, GLM_STATIC_CONST_MEMBERS and 'type' type trait. Added experiments for GTX_type_trait
|
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) |
Sami Kankaristo
|
3860fbaa9a
|
Add missing vec4 operator definitions
Also rename the parameters to match similar functions in other vector
classes.
|
ago%!(EXTRA string=9 years) |
Sami Kankaristo
|
780d5f403b
|
Fix incorrect declaration (now matches definition)
|
ago%!(EXTRA string=9 years) |
Sami Kankaristo
|
5222e0baca
|
Remove duplicate function declarations
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
b14e39b4cf
|
Added target to build optional static and dynamic GLM library
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
86c58b8b8b
|
Added iround and uround to GTC_integer, fast round on positive values
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
c853df1638
|
Added uround to GTC_integer, fast round on positive values
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
6e5f42bd28
|
Fixed error message type
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
f48fe286ad
|
Consolidate setup options in setup.hpp
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
a391bc1be6
|
Clean up GTX_matrix_transform coding style
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
ecfebe640f
|
Clean up to close model matrix decompose #227
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
fe18a36c10
|
- Added right and left handed projection and clip control support #447 #119
|
ago%!(EXTRA string=10 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=10 years) |
Paul Konstantin Gerke
|
b3b72527b1
|
Fixed: operator signatures of mat2x4 and vec4 (no guaratees that I found all issues)
|
ago%!(EXTRA string=10 years) |
sippeangelo
|
2d813b587a
|
This fixes #461
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
251ad15b68
|
Improved GLM_FORCE_EXPLICIT_CTOR coverage #481
|
ago%!(EXTRA string=10 years) |
NouberNou
|
b189cb2f29
|
Fix polar coordinates function latitude.
Latitude was being computed from `atan`, should be `asin`.
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
045aa8e541
|
Fixed atanh warning #484
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
0d48c43385
|
Fixed asinh warning with C++98 STL #484
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
500a955d45
|
Fixed 64 bits constants warnings on GCC #463
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
54ad263974
|
Fixed Clang on Windows build #479
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
14e0a5576a
|
Fixed Clang on Windows build #479
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
907cb9d968
|
Fixed bad merge #483
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
cc2f15803e
|
Added AVX512 detection
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
407a7598aa
|
Improved new version of GCC detection #477
|
ago%!(EXTRA string=10 years) |
Joonas Sarajärvi
|
bc09ecf898
|
setup: detect GCC 6.0
|
ago%!(EXTRA string=10 years) |
Hendrik Sollich
|
0476be3e74
|
fixed a typo
|
ago%!(EXTRA string=10 years) |
Joonas Sarajärvi
|
f0acbbd4ac
|
setup: detect GCC 6.0
|
ago%!(EXTRA string=10 years) |
Paul Konstantin Gerke
|
fb309e0eff
|
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=10 years) |
Paul Konstantin Gerke
|
2c7430e9bc
|
Fixed: operator signatures of mat2x4 and vec4 (no guaratees that I found all issues)
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
1709e9abca
|
Added unary + operator #435
|
ago%!(EXTRA string=10 years) |
Jesse Talavera-Greenberg
|
7db048b851
|
Move dependencies from intersect.inl to intersect.hpp
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
268af877ab
|
Cygwin GCC doesn't have a C++11 STL library
|
ago%!(EXTRA string=10 years) |
Sven-Hendrik Haase
|
4ea72b3128
|
Fix docs
|
ago%!(EXTRA string=10 years) |
Stephen Hill
|
c83add59b3
|
Fixed various 'X is not defined' warnings
|
ago%!(EXTRA string=10 years) |