Christophe Riccio
|
aeba3c6fe7
|
Quiet most GLM_FORCE_RADIANS messages
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
90a249b5ff
|
Optimized matrix inverse and division code (#149)
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
ccb25c84c7
|
Update copyright year
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
6f096fbb31
|
Fixed vector and matrix queries
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
06ac77dad4
|
Fixed declaration and definision mismatches (#148)
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
c6896064ef
|
Fixed rotate function declaration for quat
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
9b57315681
|
Fixed mismatch of GTC_packing declaration and definition prototypes
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
775c6136fc
|
Fixed error 'inverse' is not a member of 'glm' from glm::unProject (#146)
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
1909f512e7
|
Deprecated degrees, display a message for each function using it.
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
792e5ff74f
|
Fixed ext.hpp
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
dde5178b84
|
Fixed warnings
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
9f8112f93a
|
Reduced dependencies of GTX extensions. Removed some deprecated code.
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
950eaa45cb
|
Reduced dependencies for GTC extensions
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
6f7eb97b87
|
Move content of core directory into detail directory. Reduced dependencies to glm.hpp.
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
510abedf2b
|
Added glm::length and removed col_size and row_size
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
dc2b2cd5f6
|
_inverse is now private
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
0640bcaab0
|
Fixed inline
|
ago%!(EXTRA string=12 years) |
jan p springer
|
e299af614f
|
added: quat::op+=(quat) and quat::op*=(quat)
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
ffbcd7f6bd
|
updated comments
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
2e72af3f6d
|
Added test files for all GTX extensions
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
73281f1978
|
Improve CUDA coverage to all GTC extensions. Fixed missing constructors #120
|
ago%!(EXTRA string=12 years) |
Dustin Biser
|
cfd0bd6e13
|
Fixed assert error typo in quaternion.inl
Changed v to l, as unknown variable v was causing compile errors in user code.
|
ago%!(EXTRA string=12 years) |
Dustin Biser
|
6881e1bb90
|
Refactored glm/gtc/quaternion mat3_cast
- Factored out minus signs. Previous commit was incorrect.
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
e8f1feb423
|
Fixed exact match of initializer lists
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
eb59cb9af6
|
Fixed initializer test implementation, simplified packing implementation
|
ago%!(EXTRA string=12 years) |
Dustin Biser
|
78fed634b7
|
Modified quaternion mat3_cast for faster results
- Make method more cache coherent
- Reduce number of multiplications
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
258361ccd4
|
Added C++11 initalizer lists to quaternions
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
f911117407
|
Replace glm::detail::type traits by std::numerical_limits traits
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
6e337bd5e0
|
Added missing const expression qualifier on quaternion legth declaration
|
ago%!(EXTRA string=12 years) |
Felix Ungman
|
9d149d677f
|
Fixed missing constexpr in quaternion length
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
1e69dfe30e
|
Added a quation constructor taking two axis
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
d37d3539ed
|
- Fixed ldexp implementation
- Increased assert coverage
- Increased static_assert coverage
- Replaced GLM traits by STL traits when possible
- Allowed including individual core feature
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
79405910bb
|
Fixed superfluous up normalization in glm::lookAt() #114
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
fadbc78307
|
Reorder slow functions... still to be tested.
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
c038e80e9f
|
Optimized GTC packing functions
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
cd186dadb3
|
Optimized packing and unpacking functions
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
f9b944bd31
|
Fixed an overload resolution bug generating chains of convertions.
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
0ff1026dbb
|
Removed value_type and size_type
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
b9266c07b0
|
Using C++ casts
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
635d2d0eca
|
Fixed GTC_packing build
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
8e955736ac
|
Removed GTC_swizzle
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
c6062115c6
|
Removed l-value swizzle operators
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
4b7862b314
|
Fixed issues with ref types for l-value swizzle operators
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
6e82d7ba31
|
Remove unsupported compiler detection
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
b1230f2adc
|
Fixed build
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
0abec19bc1
|
Added missing documentation, missing 4x16 half packing functions, added initial tests
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
fb13e7bf8a
|
Added unpack 111110 implementation, missing inf and NaN code path
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
6fd6cf2c8c
|
Fixed packing implementation function names, added missing (un)PackUnom3x10_1_2 implementations, fixed rounding and clamping on (un)packSnom3x10_1x2 implementations
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
5645369d56
|
Fixed packing implementation function names
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
65d29dddaa
|
Completed GTC_packing documentation
|
ago%!(EXTRA string=12 years) |