661 Commits (8f59c37b870854fbcfe6bb0e5ce151dada983ca9)

Author SHA1 Message Date
janos 6a0fdf2194 add ray range interection algorithm 6 years ago
Vladimír Vondruš 686b915bc3 Math: this test wasn't right. 6 years ago
Vladimír Vondruš ef7232e71d Math: clean up obsolete test workflows. 6 years ago
Vladimír Vondruš 095408791f Updated changelog and credits. 6 years ago
Squareys f69f3393ec Math: Add DualQuaternion/DualComplex::from(rotation, translation) 6 years ago
Vladimír Vondruš e6322dcfd1 Math: use angle literals in all test code. 6 years ago
Vladimír Vondruš 83d6509595 Math: adapt to changes to Tweakable internals. 6 years ago
Vladimír Vondruš 9de4717f0e Math: add popcount(). 6 years ago
Vladimír Vondruš 89e3067009 Math: hmm, why this isn't in the FunctionsBenchmark, then? 6 years ago
Vladimír Vondruš 1510d41c4b Math: this is also wrongly grouped. 6 years ago
Vladimír Vondruš 8019b285bd Math: put reflect() and refract() outside of irrelevant group. 6 years ago
Vladimír Vondruš 553034da9e Math: doc++ 6 years ago
Vladimír Vondruš d01364ca1f Math: document more what's cross() good for. 6 years ago
Vladimír Vondruš 70336a6a98 Math: remove pointless Emscripten restrictions in TypeTraits. 6 years ago
Vladimír Vondruš f225497475 Math: assert valid binomialCoefficient() input instead of returning 0. 6 years ago
Vladimír Vondruš 53a26ad024 Math: use 64-bit literals in a test to be really really sure. 6 years ago
Vladimír Vondruš f1c713f4c8 Minor cleanup, doc++, updated changelog & credits. 6 years ago
janos 8013afc28c Math: add binomial coefficient function. 6 years ago
Vladimír Vondruš 90283408cc Math: doc++ 6 years ago
Vladimír Vondruš cd48c59cab Remove remaining APIs deprecated in 2018.10. 6 years ago
Vladimír Vondruš e6a8c99d89 Math: don't include Utility fwdecls when not needed. 6 years ago
Vladimír Vondruš cb4f6183dc Doc++, changelog, credits and version marker updates. 6 years ago
Pablo Escobar daa6d9125e Math: add fmod function 6 years ago
Vladimír Vondruš 5222cf3478 doc: change all "latest" additions/deprecations to 2020.06. 6 years ago
Vladimír Vondruš a5722f175a Doc++ 6 years ago
Vladimír Vondruš ca8172311d Math: FFS, GCC. 6 years ago
Vladimír Vondruš 12577ce07f Math: verify normal matrix calculation against the ground truth code. 6 years ago
Vladimír Vondruš 1026aee80e Moved the NoInit tag from Math to the root namespace. 6 years ago
Vladimír Vondruš a7956de7ba Math: avoid std::is_pod. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 5be7fbe1e8 Math: make Range2D and Range3D properly convertible from std::pair. 6 years ago
Vladimír Vondruš cda8c8fd09 Math: MSVC 2017 apparently dies on this. 6 years ago
Vladimír Vondruš 060d8548c6 Math: benchmark some sqrt variants. 6 years ago
Vladimír Vondruš e05fda0db4 Math: this got forgotten. 6 years ago
Vladimír Vondruš c114ca3fb9 Doc++ 6 years ago
Vladimír Vondruš 22118c754d Math: attempt to deconfuse orthogonalization/orthonormalization a bit. 6 years ago
Vladimír Vondruš fc3382ec36 Math: make dot() twice as fast in Debug. 6 years ago
Vladimír Vondruš 573125d0a9 Math: make cross() 10x faster in Debug. 6 years ago
Vladimír Vondruš 341a497932 Math: benchmark vector dot() and cross(). 6 years ago
Vladimír Vondruš 65a2ced2a7 Make this compile and test cleanly with CORRADE_NO_ASSERT defined. 6 years ago
Vladimír Vondruš d3f2235759 Adapted to Corrade changes. 6 years ago
Vladimír Vondruš 99a5e1d246 Math: test that slerp() is immune against too long quats as well. 6 years ago
Vladimír Vondruš b2b8d11d2f Math: fix indent. 6 years ago
Vladimír Vondruš 498f4c59e1 Math: fix angle() returning NaN for close arguments. 6 years ago
Vladimír Vondruš 6a6f144e82 Math: wait, no, this function isn't used on two places anymore. 6 years ago
Vladimír Vondruš 1c46bdb959 Math: move clamp() definition from Functions.h to Vector.h. 6 years ago
Vladimír Vondruš 94cba139ff Math: improve and clean up angle() tests. 6 years ago
Vladimír Vondruš a22d6678a5 Math: I'm extremely stupid lately. 6 years ago
Vladimír Vondruš be337787b2 Math: explicitly include <type_traits> in TypeTraits.h. 6 years ago
Vladimír Vondruš f2f66d764f Math: make TypeTraits::epsilon() consistent with Corrade. 6 years ago