41 Commits (05c0a01b94e6dbcc1748fb2672d2d81a12e82825)

Author SHA1 Message Date
Vladimír Vondruš e611174d8c doc: suppress unused variable warnings in snippets. 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š 319b112f4b doc: finally fix all those annoying warnings in code snippets. 4 years ago
Vladimír Vondruš 9c2181dc3c doc: rename DOXYGEN_IGNORE() to DOXYGEN_ELLIPSIS(). 4 years ago
Vladimír Vondruš 3697125c7d Math: disallow reflections in {Complex,Quaternion}::fromMatrix(). 5 years ago
Vladimír Vondruš 3097c4c1f0 Math: class-level documentation for Matrix3 and Matrix4. 5 years ago
Vladimír Vondruš f216320da6 GCC 11, your fancy new warnings are NOT helpful. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš d0fa28c331 Use the new half/packed typedefs where appropriate. 6 years ago
Vladimír Vondruš 1026aee80e Moved the NoInit tag from Math to the root namespace. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 5be7fbe1e8 Math: make Range2D and Range3D properly convertible from std::pair. 6 years ago
Vladimír Vondruš 573125d0a9 Math: make cross() 10x faster in Debug. 6 years ago
Vladimír Vondruš bc99e6fa57 Math: improve docs for color (un)packing and sRGB conversion. 6 years ago
Vladimír Vondruš 43f5f06956 Math: avoid warnings when calling length() on an integer Vector. 6 years ago
Marco Melorio 097289850a Add toEuler() to Quaternion 7 years ago
Vladimír Vondruš acc8d8994b Math: added scatter(), renamed swizzle() to gather(). 7 years ago
Vladimír Vondruš 2a9f4a1fed Math: hint that lerpInverted() can be used for rane mapping. 7 years ago
Vladimír Vondruš 75ffd39fe0 Math: make it possible to use Deg/Rad in all functions. 7 years ago
Vladimír Vondruš 4b6fabb004 Math: ability to Debug colors as actual colored squares. 7 years ago
Vladimír Vondruš 988a33c000 Added convenience BoolVector2, BoolVector3 and BoolVector4 typedefs. 7 years ago
Vladimír Vondruš 53c1549e69 Math: deprecate Frustum::planes() in favor of begin()/end(). 7 years ago
Vladimír Vondruš c12680ec38 Math: move batch functionality to FunctionsBatch.h. 7 years ago
Vladimír Vondruš 547a3f3cea Math: use a dedicated type for HSV colors instead of a tuple. 7 years ago
Vladimír Vondruš 5a010269bd Math: implement component-wise bool operations on BoolVector. 7 years ago
Vladimír Vondruš 5fc246b908 Math: compile forgotten code snippets. 7 years ago
Vladimír Vondruš 476dc5c3f5 Math: compile code snippets from Packing.h. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 4fa0962e72 Math: don't use the Magnum:: prefix in code snippets. 8 years ago
Vladimír Vondruš f5e30bb5d3 Math: minor coding style cleanup. 8 years ago
Borislav Stanimirov f7f2ab8cb5 Math: added StrictWeakOrdering for math types 8 years ago
Vladimír Vondruš 0226ab26c4 Math: make one-dimensional range just from scalar types. 8 years ago
Vladimír Vondruš 6c8a2a46b8 Math: implement cubic Bezier <-> cubic Hermite conversion. 8 years ago
Vladimír Vondruš bff7ae8d7e Math: added Range::fromCenter(). 8 years ago
Vladimír Vondruš 64f8a90095 Math: ability to construct a Range from std::pair. 8 years ago
Vladimír Vondruš d88e79cd9e Math: new Color[34]::fromSrgb[Alpha]() and Color[34]::toSrgb[Alpha]Int(). 8 years ago
Vladimír Vondruš 673caa23bf Math: compiling Angle, Color and Half code snippets. 8 years ago
Vladimír Vondruš 901339eb75 doc: compiling Types page code snippets. 8 years ago
Vladimír Vondruš eee87ff28e doc: compiling Matrix and vector operations page code snippets. 8 years ago
Vladimír Vondruš b3208e8f75 doc: compiling Transformations page code snippets. 8 years ago