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)
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)
Christophe Riccio
ecfebe640f
Clean up to close model matrix decompose #227
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
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)
Sven-Hendrik Haase
4ea72b3128
Fix docs
ago%!(EXTRA string=10 years)
Christophe Riccio
1936921ec7
Fixed log from GTX_lob_base build error with tests #470 , #471
ago%!(EXTRA string=10 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=10 years)
Christophe Riccio
e9febd9ee7
Fixed log from GTX_lob_base build error with tests #470 , #471
ago%!(EXTRA string=10 years)
Sven-Hendrik Haase
816b6b8c34
Fix wrong docs
...
The function this function is a helper of is using radians. In fact, glm is using radians everywhere!
ago%!(EXTRA string=10 years)
Sven-Hendrik Haase
16aba1a937
Fix docs
ago%!(EXTRA string=10 years)
jan p springer
2547d14240
fixed: ostream operators
ago%!(EXTRA string=10 years)
Sven-Hendrik Haase
a75e38fb40
Remove old commented code
ago%!(EXTRA string=10 years)
Sven-Hendrik Haase
96b7850cab
Fix unintentional backface culling in triangle intersect
...
This also fixes #194 . The backface culling is unintentional because it is not documented anywhere and we can't give the triangle a normal so just assume the general case.
ago%!(EXTRA string=10 years)
Sergey Alexandrov
e05935c7bd
Add const qualifier in extractEulerAngleXYZ()
ago%!(EXTRA string=10 years)
Christophe Riccio
32fc69ee11
- Added unary + operator #435
ago%!(EXTRA string=10 years)
Christophe Riccio
8508e099d0
Fixed compScale test
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
e55eb1e08b
Removed ambiguity in fmat4x4 constructor
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
08bf6e78c9
Renamed comp (X|Y|Z|W) template parameters in fvec4SIMD to (X|Y|Z|W)_
ago%!(EXTRA string=10 years)
Christophe Riccio
8814ae50c9
Fixed GTX_extended_min_max filename typo #386
ago%!(EXTRA string=10 years)
Christophe Riccio
d0c57e7afd
Revert
ago%!(EXTRA string=10 years)
Christophe Riccio
79ceca230f
Fixed compScale
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
5eb7ad5d47
Add IDENTITY constants for quat and simdQuat
...
- Why the hell am I not studying for the test I have tomorrow
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
57e6ea071d
Add simdMat4 static constants
...
- Tests, too
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
ef320a2a2f
Simplify the static const definitions for vectors and quaternions
...
- DRY, baby!
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
d1cdb46cfb
Wrap tquat's, simdQuat's and simdVec4's static constants in GLM_STATIC_CONST_MEMBERS
...
- Also, fixed indentation
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
a92ed0cdf5
Add static constants to quat, simdVec4, and simdQuat
...
- No tests, though
ago%!(EXTRA string=10 years)
Christophe Riccio
daaf86dcef
Fixed build
ago%!(EXTRA string=10 years)
Christophe Riccio
d23d909e6d
Added type to identify matrix, vector and quaternion at compile time
ago%!(EXTRA string=10 years)
Christophe Riccio
26f1065429
Added compScale
ago%!(EXTRA string=10 years)
Christophe Riccio
26590ecb0b
Added compScale
ago%!(EXTRA string=10 years)
Christophe Riccio
12f0ca520d
Fixed build
ago%!(EXTRA string=10 years)
Christophe Riccio
a9ab80d5fd
Added compNormalize function to GTX_component_wise
ago%!(EXTRA string=10 years)
Christophe Riccio
998feff87e
Added GTX_float_normalize
ago%!(EXTRA string=10 years)
Christophe Riccio
e7bae9891a
Improved coding style consistency
ago%!(EXTRA string=10 years)
Christophe Riccio
bf30816e36
- Added to_string for quat and dual_quat in GTX_string_cast #375
ago%!(EXTRA string=10 years)
Christophe Riccio
f92c1219ed
Fixed non-identity quaternions for equal vectors #234
ago%!(EXTRA string=10 years)
Morgan Bengtsson
497da9a7cd
Update matrix_decompose.hpp
...
Changed documentation to show correct include file.
ago%!(EXTRA string=10 years)
Bryce Mehring
6f128f5983
Fixed C++11 standard library error message
...
When including glm/gtx/hash.hpp before any other glm header files, the
error "GLM_GTX_hash requires C++11 standard library support" is thrown
because GLM_HAS_CXX11_STL is not yet defined.
ago%!(EXTRA string=10 years)
Christophe Riccio
e0c4a71016
Clean up doxygen and source
ago%!(EXTRA string=10 years)
Christophe Riccio
1e502c0919
Fixed decompose warnings #373
ago%!(EXTRA string=10 years)
Christophe Riccio
afa193704c
Fixed interactions with GLM_FORCE_NO_CTOR_INIT and default functions #366
ago%!(EXTRA string=10 years)
Christophe Riccio
53e494bea9
Removed GTX_multiple
ago%!(EXTRA string=10 years)
Christophe Riccio
a56a40e1f2
Added support of defaulted functions to GLM types, to use them in unions #366
ago%!(EXTRA string=10 years)