1483 Commits (bc48107d5a370c49da17508d49d76d68ecb3f7c9)
 

Author SHA1 Message Date
Vladimír Vondruš bc48107d5a magnum-info: indent with 4, not 3 spaces. 13 years ago
Vladimír Vondruš 99e2bd4c64 Doc++ 13 years ago
Vladimír Vondruš 0144c38a54 Math: moved lerp() from Vector to Functions.h. 13 years ago
Vladimír Vondruš b63adf2404 Math: added Gram-Schmidt orthogonalization algorithm. 13 years ago
Vladimír Vondruš 1967179a40 Math: slight improvement of Gram-Schmidt orthonormalization algorithm. 13 years ago
Vladimír Vondruš ce2a07a09a Math: slightly faster Vector::projectedOntoNormalized(). 13 years ago
Vladimír Vondruš 019c9c0c5f Math: Gauss-Jordan algorithm as pure functions. 13 years ago
Vladimír Vondruš 11544813a2 Math: don't needlessly include Matrix in GaussJordanTest. 13 years ago
Vladimír Vondruš ede0d9b503 Math: generalize Gram-Schmidt algorithm for non-square matrices. 13 years ago
Vladimír Vondruš 9a1f1e1a16 Text: mutable TextRenderer implementation. 13 years ago
Vladimír Vondruš 780228d0b8 SceneGraph: restarting animation should allow the same repeat count. 13 years ago
Vladimír Vondruš 8a63939134 Math: added vector/scalar abs() function. 13 years ago
Vladimír Vondruš e67142db1d Properly check (and document) dependencies for Text library. 13 years ago
Vladimír Vondruš a2e21020aa Text: reworked TextRenderer internals. 13 years ago
Vladimír Vondruš 3eef49ae8b Text: cleaned up TextRenderer header. 13 years ago
Vladimír Vondruš c113598845 Platform: added Sdl2Application::exit(). 13 years ago
Vladimír Vondruš 0dea0d8aff Platform: cleaned-up AbstractXApplication header. 13 years ago
Vladimír Vondruš 49b5c3c561 Minor code cleanup. 13 years ago
Vladimír Vondruš 38f6ddcbef Physics: function for detecting first collision with shape in the group. 13 years ago
Vladimír Vondruš 792892bbed Physics: AxisAlignedBox / Point collision. 13 years ago
Vladimír Vondruš 2269919a99 Physics: specify AABB by its minimal and maximal dimensions. 13 years ago
Vladimír Vondruš 0885320603 Math: vector dot product in terms of component-wise multiply and sum. 13 years ago
Vladimír Vondruš f2599778f3 Primitives: fixed compilation error. 13 years ago
Vladimír Vondruš f517a000ed Math: follow Vector changes in BoolVector. 13 years ago
Vladimír Vondruš bbea562a6c Math: properly testing all constexpr methods in RectangularMatrix. 13 years ago
Vladimír Vondruš bbc98746e4 Math: properly testing all constexpr methods in Vector. 13 years ago
Vladimír Vondruš 0f938003df Math: constexpr implementation for "filling" Vector constructor. 13 years ago
Vladimír Vondruš a39fa198c8 Math: removed inappropriate `constexpr` from operator!=() 13 years ago
Vladimír Vondruš f7a8641081 Math: fixed one-argument Vector constructors. 13 years ago
Vladimír Vondruš 2d0aad34b2 Math: SVD algorithm implementation. 13 years ago
Vladimír Vondruš 0f547d7e8e Math: added RectangularMatrix::sum(),product(),{min,max}(),{min,max}Abs(). 13 years ago
Vladimír Vondruš 60f86b8ea0 Math: added Vector::{min,max}Abs(). 13 years ago
Vladimír Vondruš 7b507d0485 Math: improve Vector::min()/max() tests. 13 years ago
Vladimír Vondruš 5b3e1a0ea0 Math: save one unneeded initialization in Vector::sum(). 13 years ago
Vladimír Vondruš 794b94f4fe Doc++ 13 years ago
Vladimír Vondruš e58962dc43 Don't use fully qualified Corrade::Utility::Debug when not needed. 13 years ago
Vladimír Vondruš 37955c468f Math: creating matrix from diagonal, retrieving values on diagonal. 13 years ago
Vladimír Vondruš ac9dca0781 Math: access RectangularMatrix's own data directly. 13 years ago
Vladimír Vondruš 08312ae335 Math: minor code reorganization. 13 years ago
Vladimír Vondruš fa6494f21e SceneGraph: forgot to initialize variables. 13 years ago
Vladimír Vondruš 0274ad7d56 Math: explicit one-parameter Point*D constructor. 13 years ago
Vladimír Vondruš 6458b03a76 Text: ability to create Font from memory instead of file. 13 years ago
Vladimír Vondruš c59404bece Doc++ 13 years ago
Vladimír Vondruš a45454ca73 Using CORRADE_INTERNAL_ASSERT_OUTPUT() where appropriate. 13 years ago
Vladimír Vondruš 58aefb3fa0 Text: explicit Font constructor. 13 years ago
Vladimír Vondruš cc2eac41bc Text: removing duplicate glyphs in Font::prerender(). 13 years ago
Vladimír Vondruš e24207f620 Doc++ 13 years ago
Vladimír Vondruš 19e0302b6f Don't render bloated and scary inheritance graphs in documentation. 13 years ago
Vladimír Vondruš 16571a884b Text: prerender font using dedicated function, not in constructor. 13 years ago
Vladimír Vondruš 799bc629eb Math: matrix/vector rework, part 4: using BoolVector for comparisons. 13 years ago