1729 Commits (a60f35a026540cedb6bc99a8c7c4da9a6daecfcd)
 

Author SHA1 Message Date
Vladimír Vondruš a60f35a026 Fixed a few typos in docs (ahem). 13 years ago
Vladimír Vondruš 8b7c21cef9 Better README with catchy design goals and stuff. 13 years ago
Vladimír Vondruš fe3a73aab2 SceneGraph: add DualQuaternionTransformation::rotate[XYZ]() overloads. 13 years ago
Vladimír Vondruš ce6f999904 Math: better isNormalized() implementation. 13 years ago
Vladimír Vondruš f4f44d9d90 Math: allow creating DualComplex/DualQuaternion from real part only. 13 years ago
Vladimír Vondruš 4744b631bb Math: test pow() constexpr. 13 years ago
Vladimír Vondruš 7cb79b145e Math: test Constants constexpr. 13 years ago
Vladimír Vondruš b28b90a9df Math: merged constExpressions() test cases into other test cases. 13 years ago
Vladimír Vondruš 3e0e91d7db Math: renamed {rotationAngle, rotationAxis}() -> {rotation, angle, axis}(). 13 years ago
Vladimír Vondruš 73a4e9b18a Math: doc++ 13 years ago
Vladimír Vondruš b349eaf753 SceneGraph: new class DualQuaternionTransformation. 13 years ago
Vladimír Vondruš 85abf5767e SceneGraph: new class DualComplexTransformation. 13 years ago
Vladimír Vondruš e9b3228943 SceneGraph: minor code cleanup. 13 years ago
Vladimír Vondruš da2bbac104 Math: simplified Matrix::isOrthogonal(). 13 years ago
Vladimír Vondruš b00554fd7f Math: added convenience {Quaternion,DualQuaternion}::isNormalized(). 13 years ago
Vladimír Vondruš 1790f37295 Math: added convenience functions {Complex,DualComplex}::isNormalized(). 13 years ago
Vladimír Vondruš 3db2aa13c4 Math: added convenience function Vector::isNormalized(). 13 years ago
Vladimír Vondruš 0d5f234f64 SceneGraph: public setTransformation() and transform() for RigidMT*D. 13 years ago
Vladimír Vondruš e4f14c4163 SceneGraph: assert proper matrix type in RigidMatrixTransformation*D. 13 years ago
Vladimír Vondruš 332e4cdb71 SceneGraph: added AbstractTransformation::resetTransformation(). 13 years ago
Vladimír Vondruš 8548a2e08b SceneGraph: renamed {Euclidean -> Rigid}MatrixTransformation{2,3}D. 13 years ago
Vladimír Vondruš da93b2ad6a Math: ability to create Quaternion and DualQuaternion from matrix. 13 years ago
Vladimír Vondruš 9128820e35 Math: ability to create Complex and DualComplex from matrix. 13 years ago
Vladimír Vondruš 33058aa5b0 Math: Matrix::invertedOrthogonal(), Matrix{3,4}::invertedRigid(). 13 years ago
Vladimír Vondruš dfe2571047 Math: added Matrix{3,4}::isRigidTransformation(). 13 years ago
Vladimír Vondruš 4714cafedc Math: added Matrix::isOrthogonal(). 13 years ago
Vladimír Vondruš 408f40a908 Math: renamed MathTypeTraits to TypeTraits. 13 years ago
Vladimír Vondruš 75d8fefdde Math: ability to access also matrix row vectors. 13 years ago
Vladimír Vondruš efab88fb57 Removed WITH_EVERYTHING compilation switch. 13 years ago
Vladimír Vondruš b6ae293b24 Relicensing to MIT/Expat license, part 6: mention it in documentation. 13 years ago
Vladimír Vondruš a7ff819dd8 Relicensing to MIT/Expat license, part 5: updated package files. 13 years ago
Vladimír Vondruš a0b83edd2b Relicensing to MIT/Expat license, part 4: CMake and documentation files. 13 years ago
Vladimír Vondruš c5ab86794b Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Vladimír Vondruš 6a5d75d1e4 Relicensing to MIT/Expat license, part 2: headers. 13 years ago
Vladimír Vondruš c3a7ddcc9a Relicensing to MIT/Expat license, part 1: new license document. 13 years ago
Vladimír Vondruš 6a1d061a3a Updated FindCorrade.cmake from Corrade repository. 13 years ago
Vladimír Vondruš 1f18bdda5f Updated and polished coding style documentation. 13 years ago
Vladimír Vondruš 23f91fe339 Doc++ 13 years ago
Vladimír Vondruš 005ae96cf3 FindMagnum: fixed formatting with `cmake --help-module`. 13 years ago
Vladimír Vondruš 600a03b0e6 Disable optimization in development PKGBUILD. 13 years ago
Vladimír Vondruš 5ff59b609e DebugTools: added ForceRenderer. 13 years ago
Vladimír Vondruš 0f4c13a0a6 Better assertion message on ResourceManager destruction. 13 years ago
Vladimír Vondruš 7e9e8913ed Don't spit assert in Mesh::addVertexBuffer() when it's not needed. 13 years ago
Vladimír Vondruš 90a60ce7e9 Math: disable denormalize() test for UnsignedLong. 13 years ago
Vladimír Vondruš 63cdd8ea6e Doc++ 13 years ago
Vladimír Vondruš e8682b8893 AbstractFramebuffer::BlitMask is available also in ES. 13 years ago
Vladimír Vondruš 1a051707da FindMagnum: it's FindFreetype.cmake, not FindFreeType.cmake. 13 years ago
Vladimír Vondruš ce89563aed DebugTools: minor code cleanup. 13 years ago
Vladimír Vondruš 90dbb28763 Thorough CMakeLists cleanup. 13 years ago
Vladimír Vondruš 1f8efd4a97 Updated FindCorrade.cmake from Corrade repository. 13 years ago