63 Commits (919c4ebd8981bb1a24f497bcd7645c49fdd23432)

Author SHA1 Message Date
Vladimír Vondruš f5e30bb5d3 Math: minor coding style cleanup. 8 years ago
Borislav Stanimirov f7f2ab8cb5 Math: added StrictWeakOrdering for math types 8 years ago
Vladimír Vondruš 0cf65741ae Math: helpfully print the offending values in all assertions. 8 years ago
Vladimír Vondruš 780e5258cc Math: consistently use arccos() in math equations. 8 years ago
Vladimír Vondruš 68f34b3283 Math: STUPID EFFING DOXYGEN GODDAMIT I HATE YA WITH PASSION 8 years ago
Vladimír Vondruš 04f4917f7b Math: disable floating-point vector ops on integral types. 8 years ago
Vladimír Vondruš 261221c864 Math: make projection operator math consistent everywhere. 8 years ago
Vladimír Vondruš 105cef5efd No need to use fully qualified name for \debugoperator. 8 years ago
Vladimír Vondruš a421b50be3 Math: doc++ 8 years ago
Vladimír Vondruš 468af3284a Math: removed long-deprecated member dot(), angle(), lerp(), cross(). 8 years ago
Vladimír Vondruš 2136466f0f Math: doc++, add search aliases for GLSL functions. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 05bb8b419a Math: updates for the new documentation theme. 8 years ago
Criss 98f920527e Math: get rid of needless GenerateReverseSequence utility. 9 years ago
Michael Dietschi b12fe77910 Fix a possible OOB access when reading vector/matrix from configuration. 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš 6e10b2e205 Math: doc++ 9 years ago
Vladimír Vondruš 353d7ff59d Math: implemented minmax() for arbitrary vectors. 9 years ago
Vladimír Vondruš 32f357752f Math: the world is not just about OpenGL. 10 years ago
Vladimír Vondruš 56e75295be Math: mention more useful dot product and determinant properties. 10 years ago
Vladimír Vondruš 40d60f6a3f Math: make all constructor noexcept and test their behavior. 10 years ago
Vladimír Vondruš 737e92bc3e Math: remove unnecessary assignment operators. 10 years ago
Vladimír Vondruš 951f116f5b Math: added RectangularMatrix::flipped{Cols,Rows}(). 10 years ago
Vladimír Vondruš 633d792e3d Math: added Vector::flipped(). 10 years ago
Vladimír Vondruš eaeda24399 Don't restrict Double usage on OpenGL ES. 10 years ago
Vladimír Vondruš 28d7400a82 Math: doc++ 10 years ago
Vladimír Vondruš a4fbea42d0 Math: proper implementation of Vector::isZero() for integers. 10 years ago
Vladimír Vondruš f3d774fa48 Math: revert ability to convert Vector<1, T> to T. 10 years ago
Vladimír Vondruš ca0892f026 Math: make it possible to convert Vector<1, T> to T. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 6e8c16c960 MSVC 2015 Update 1: fixed nearly all constexpr bugs. 11 years ago
Vladimír Vondruš 40a12441c0 Math: haha, pushed without test. 11 years ago
Vladimír Vondruš 6e73dee096 Math: avoid dependency on Functions.h in DualQuaternion.h. 11 years ago
Vladimír Vondruš 5160779e5e Math: doc++ 11 years ago
Vladimír Vondruš 670c9d0763 Adapted to Corrade::Utility::Debug changes. 11 years ago
Vladimír Vondruš 0aa16595eb Use new-style debug operators everywhere. 11 years ago
Vladimír Vondruš 86c8fdef8d Fix linking of tests on MinGW-w64 GCC 5.1. 11 years ago
Vladimír Vondruš 000d8f8129 MSVC 2015 compatibility: Math external conversion constexpr issues. 11 years ago
Vladimír Vondruš d805e87f21 MSVC 2015 compatibility: Math conversion constructor constexpr issues. 11 years ago
Vladimír Vondruš d7ca99523f Math: missing include for std::max() on MSVC. 11 years ago
Vladimír Vondruš 7f6c7b09d8 MSVC 2015 compatibility: issue with constexpr and delegating constructors. 11 years ago
Vladimír Vondruš 115fd0c41c Math: include macros header only on deprecated build. 11 years ago
Vladimír Vondruš 1d9e6210d8 Use anonymous typed enum instead of static const member variable. 11 years ago
Vladimír Vondruš d0baab2bfe I hate GCC. 11 years ago
Vladimír Vondruš 1b0da5b2df Math: ability to construct all types without initializing the contents. 11 years ago
Vladimír Vondruš 3a8ac02909 Math: more explicit default zero/identity constructors. 11 years ago
Vladimír Vondruš 64bc2393d1 Math: made dot(), angle(), *lerp() and cross() free functions. 11 years ago
Vladimír Vondruš 7be1239adf Math: improve docs for vector cross/dot product. 11 years ago
Vladimír Vondruš b121e8758a Math: added Vector::pad(). 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago