715 Commits (9f65db2e2b5f0f7e6e441d7bbfbe7f151ccee842)

Author SHA1 Message Date
Vladimír Vondruš 9f65db2e2b Math: use String::contains() instead of std::find(). 4 years ago
Vladimír Vondruš 3b2ad338e2 Port from Utility::formatString() to Utility::format() where possible. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš d939221f7f doc: refresh various math docs a bit. 4 years ago
Vladimír Vondruš 5c6b98391d Math,DebugTools: adapt tests for Android differences in NaN printing. 4 years ago
Vladimír Vondruš e0ee451a1b Math: XFAIL some packing tests for x86 Android. 4 years ago
Vladimír Vondruš 22d630db5f Math: what's the deal with Emscripten and GLES(!)-specific ifdefs here?! 4 years ago
Vladimír Vondruš 7328fa9ab4 Math: remove obsolete comments in a test -- this is a static assert now. 4 years ago
Vladimír Vondruš d9efea269a Math: no need to pass scalars via a const&. 4 years ago
Vladimír Vondruš d3430f7599 Math: fix a copypaste error with Frustumd debug output extern template. 4 years ago
Vladimír Vondruš 56a108c05b Math: I forgot to finish this sentence back in 2016. 4 years ago
Vladimír Vondruš c979d90a07 Math: we may have all the PI digits we need. 4 years ago
Vladimír Vondruš fb51f25a7b Math: workaround rounding errors in assert tests in latest GCC (glibc?). 4 years ago
Vladimír Vondruš 39d482cceb Math: fix Clang "unused but set" warnings in benchmarks. 4 years ago
Vladimír Vondruš ca8d429854 Math: doc++ 5 years ago
Vladimír Vondruš 3cf4573c0e Math: drop explicitly defaulted copy constructors. 5 years ago
Vladimír Vondruš 31b2bfb980 Add typedefs for unsigned ranges. 5 years ago
Vladimír Vondruš 60d13f0fcb Math: these sentences don't sound like they make any sense, no. 5 years ago
Vladimír Vondruš 304819435d Math: no need to use a <string> in this test. 5 years ago
Vladimír Vondruš 6ce892f939 Math: doc++ 5 years ago
Vladimír Vondruš ff1b0ab307 Math: add off-center variants of 2D/3D orthographic projection as well. 5 years ago
Vladimír Vondruš 3697125c7d Math: disallow reflections in {Complex,Quaternion}::fromMatrix(). 5 years ago
Vladimír Vondruš bd53b2ed1a Math: doc++ 5 years ago
Vladimír Vondruš 87d8b33dbe Math: test QR and SVD with rotation and scaling instead of shear. 5 years ago
Vladimír Vondruš e9f2101b15 Math: added Distance::pointPoint() and Intersection::pointSphere(). 5 years ago
Vladimír Vondruš f9661fe402 Math: add castInto() variants for UnsignedLong/Long. 5 years ago
Vladimír Vondruš abda09298a Math: haha std::pair you silly stupid thing. 5 years ago
Vladimír Vondruš 7d82352a13 Math: add an ability to construct a Range1D from Math::Vector<1, T>. 5 years ago
Vladimír Vondruš 3097c4c1f0 Math: class-level documentation for Matrix3 and Matrix4. 5 years ago
Squareys e72a440720 Math: typo. 5 years ago
Vladimír Vondruš 120286a930 Add Degh, Radh and Range*Dh typedefs. 5 years ago
Aaron Gokaslan ca677c69fe Fix typos 5 years ago
Vladimír Vondruš dd3ce93888 Math: MSVC 2015, you ICEd. 5 years ago
Vladimír Vondruš 57ae596d88 Math: don't call into RectangularMatrix privates from Matrix. 5 years ago
Vladimír Vondruš 08a6e7d957 Math: explicit test that all types are trivially copyable. 5 years ago
Vladimír Vondruš 7072befbdb Math: generalize slicing and expanding to arbitrarily-sized matrices. 5 years ago
Vladimír Vondruš a347a2b3bd Math: make it possible to create an identity RectangularMatrix as well. 5 years ago
Vladimír Vondruš 7413d2053f Math: doc++ 5 years ago
Vladimír Vondruš 2066d82ea4 Shaders: suffix all existing shaders with GL. 5 years ago
Vladimír Vondruš ec19c25e46 Adapt to Corrade changes. 5 years ago
Vladimír Vondruš a7389cb950 Math: doc++ 5 years ago
Vladimír Vondruš f0f8dce559 Math: link relevant APIs in Quaternion multiply docs. 5 years ago
Vladimír Vondruš ed9deff432 Test: adapt to a less shitty CORRADE_COMPARE(). 5 years ago
Vladimír Vondruš 4dace92581 Math: add castInto() overloads for Float and Double. 5 years ago
Vladimír Vondruš 41b59d8176 Math: add [Unsigned]Byte/[Unsigned]Short variants of castInto(). 5 years ago
Vladimír Vondruš c0e8d4c00b Math: make Range searchable under AABB. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš 5a1f43f20b Switch to the new & optimized GenerateSequence from Corrade. 5 years ago
Vladimír Vondruš 2fb56fe507 Math: accidentally used a float literal, causing warnings with Matrix3d. 5 years ago
Vladimír Vondruš 34a52e48ed Math: link to the corresponding classic GL/GLU functions. 5 years ago