1653 Commits (b1a97ed134a71da99c9ece8d7ce0c105c97ea54d)
 

Author SHA1 Message Date
Vladimír Vondruš b1a97ed134 TextureTools: initial rude implementation of distance field computation. 13 years ago
Vladimír Vondruš 7ae405b360 Introductory documentation about method chaining. 13 years ago
Vladimír Vondruš 23ba74c8c3 Added missing method chaining to framebuffer configuration functions. 13 years ago
Vladimír Vondruš 3929a6225a Properly delete arrays. 13 years ago
Vladimír Vondruš f6ab8cfec2 Guidelines for builtin type aliases in coding style documentation. 13 years ago
Vladimír Vondruš 5eb98494b3 Doc++ 13 years ago
Vladimír Vondruš 677aa8485e Math: properly test constexpr in all Matrix classes. 13 years ago
Vladimír Vondruš fc538c3a57 Math: properly test constexpr in all Vector classes. 13 years ago
Vladimír Vondruš 181cf2cf11 GCC 4.6 compatibility: std::array<Vector2> can't be constexpr. 13 years ago
Vladimír Vondruš 7f951ee39c GCC 4.6 compatibility: {} can't be used as default function parameter. 13 years ago
Vladimír Vondruš 99062ed248 GCC 4.6 compatibility: no delegating ctr in Math::RectangularMatrix. 13 years ago
Vladimír Vondruš deb54fc92f GCC 4.6 compatibility: no inheriting constructors in Math::Vector. 13 years ago
Vladimír Vondruš 0e34eeda58 GCC 4.6 compatibility: no delegating constructors in Math::BoolVector. 13 years ago
Vladimír Vondruš 3c407f2226 GCC 4.6 compatibility: fix warning about injected-class-name. 13 years ago
Vladimír Vondruš 2cdb159cbd GCC 4.6 compatibility: no user-defined literals. 13 years ago
Vladimír Vondruš a75ed22d4e Updated portability tips documentation. 13 years ago
Vladimír Vondruš 618b556381 Math: crosslinked documentation with missing type aliases. 13 years ago
Vladimír Vondruš 1693c772ad Moved OpenGL includes out from Magnum.h. 13 years ago
Vladimír Vondruš c707370f30 Removed unneeded includes. 13 years ago
Vladimír Vondruš b5c1052c96 DebugTools: using new type aliases in whole DebugTools namespace. 13 years ago
Vladimír Vondruš 006dbf417a Platform: using new type aliases in whole Platform namespace. 13 years ago
Vladimír Vondruš a7a4d3eeb8 Text: using new type aliases in whole Text namespace. 13 years ago
Vladimír Vondruš 5f049c50b8 Physics: using new type aliases in whole Physics namespace. 13 years ago
Vladimír Vondruš 4e5a6f76eb SceneGraph: using new type aliases in whole SceneGraph namespace. 13 years ago
Vladimír Vondruš 003e524a26 Shaders: using new type aliases in whole Shaders namespace. 13 years ago
Vladimír Vondruš 32b783505f MeshTools: using new type aliases in whole MeshTools namespace. 13 years ago
Vladimír Vondruš e4f6a53185 Primitives: using new type aliases in whole Primitives namespace. 13 years ago
Vladimír Vondruš 7af5ff17b6 Trade: using new type aliases in whole Trade namespace. 13 years ago
Vladimír Vondruš 2d2d1c07f4 Using new type aliases in whole root Magnum namespace. 13 years ago
Vladimír Vondruš 6a90b0231b Math: using new aliases for builtin types in whole Math namespace. 13 years ago
Vladimír Vondruš 6220f24f0b Our own aliases for builtin types. 13 years ago
Vladimír Vondruš 792198ae89 Platform: undefine another conflicting macro. 13 years ago
Vladimír Vondruš baeda307c1 Math: do Matrix::trace() using diagonal() and Vector::sum(). 13 years ago
Vladimír Vondruš 5ff0e29950 Math: fix warning about literal types in normalize(). 13 years ago
Vladimír Vondruš 8913e38432 Math: documented this whole transformation thingy. 13 years ago
Vladimír Vondruš 14460cf0f4 Math: renamed *::matrix() to ::toMatrix(). 13 years ago
Vladimír Vondruš e8e8e67483 MeshTools: ability to call transformPoints*() also with DualComplex. 13 years ago
Vladimír Vondruš e204dbc109 Brought DualComplex into Magnum namespace. 13 years ago
Vladimír Vondruš a0af6856c7 Math: transforming points with DualComplex. 13 years ago
Vladimír Vondruš 268c07acc5 Math: converting DualComplex to matrix. 13 years ago
Vladimír Vondruš 8e562316e8 Math: creating DualComplex from Vector2. 13 years ago
Vladimír Vondruš 7aac5bd70b Math: no need for Complex::transformVectorNormalized(). 13 years ago
Vladimír Vondruš 90f5a006c4 Math: reworked DualComplex to actually work. 13 years ago
Vladimír Vondruš 8ff9118275 Math: test DualComplex transformation combination. 13 years ago
Vladimír Vondruš 5e2f8db651 Math: test also that DualComplex transformations are normalized. 13 years ago
Vladimír Vondruš c019dc7781 Math: test that transformation (dual) complex/quat is normalized. 13 years ago
Vladimír Vondruš bdc02ddd19 Math: translation dual complex number. 13 years ago
Vladimír Vondruš 1a5e18564e Math: rotation dual complex number. 13 years ago
Vladimír Vondruš fbac6662fa Math: inversion of DualComplex. 13 years ago
Vladimír Vondruš d7bfd91398 Math: length and normalization of DualComplex. 13 years ago