1854 Commits (b0883f8d6ba769ff6bb7549fecc7317ec6b9cf84)
 

Author SHA1 Message Date
Vladimír Vondruš 78b52627c4 Platform: fix warning about undeclared function. 13 years ago
Vladimír Vondruš d6d69c40ad Fix comma at the end of enumeration list. 13 years ago
Vladimír Vondruš fa7665d63e Platform: no need to include GL headers just for GL_TRUE. 13 years ago
Vladimír Vondruš b7771de0a3 Set both TARGET_NACL and MAGNUM_TARGET_NACL in CMakeLists. 13 years ago
Vladimír Vondruš f490fc8149 DebugTools: no need to prefix the test so much. 13 years ago
Vladimír Vondruš 83bda8bbe6 Math: fixed test for denormalize<UnsignedLong, long double>(). 13 years ago
Vladimír Vondruš 35eb876303 Various other compilation fixes for OpenGL ES target. 13 years ago
Vladimír Vondruš ba0f56fa51 No need to use Double type in tests so extensively. 13 years ago
Vladimír Vondruš b28261d269 Math: fix compilation of tests with OpenGL ES. 13 years ago
Vladimír Vondruš 14c6790701 Shaders: set default values for VertexColorShader uniforms. 13 years ago
Vladimír Vondruš 127910d537 Shaders: minor tweaks. 13 years ago
Vladimír Vondruš be5c872c8a Math: fixed two typos in the test. 13 years ago
Vladimír Vondruš 66a3f1177d GCC 4.6 compatibility: disable `-pedantic` warning. 13 years ago
Vladimír Vondruš fcb756e42a Revert "GCC 4.6 compatibility: can't list-initialize array of classes." 13 years ago
Vladimír Vondruš dd788285dc Various code cleanup. 13 years ago
Vladimír Vondruš 39eed3f7d6 Code cleanup: shorter angle initializers. 13 years ago
Vladimír Vondruš 38ec076eda Minor code cleanup (unused parameters). 13 years ago
Vladimír Vondruš e76543703f Trade: don't define MeshData constructor etc. in header. 13 years ago
Vladimír Vondruš 5db0861b82 Trade: don't define AbstractImporter constructors in header. 13 years ago
Vladimír Vondruš 4bb919e138 Don't define Query constructors & destructors in header. 13 years ago
Vladimír Vondruš 2d92d497d9 GCC 4.6 compatibility: can't list-initialize array of classes. 13 years ago
Vladimír Vondruš 999b7d55c0 GCC 4.6 compatibility: no delegating constructors. 13 years ago
Vladimír Vondruš 7bb580e03b GCC 4.6 compatibility: this can't be constexpr, don't know why. 13 years ago
Vladimír Vondruš ba105b1cf6 Math: test constexpr vector conversion. 13 years ago
Vladimír Vondruš 7b140db3ed Properly test swizzle() constexpr. 13 years ago
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