89 Commits (b6fa37633f6bb4ec581cf7979453ee9c8cbf6621)

Author SHA1 Message Date
Vladimír Vondruš b6fa37633f Math: not sure what these doc TODOs were originally about. 3 years ago
Vladimír Vondruš 5e097681cb Math: be reasonable, <utility> is not needed for std::declval. 3 years ago
Vladimír Vondruš 04419335d4 Math: remove remaining uses of std::pair. 3 years ago
Vladimír Vondruš 4825ed0608 Math: stop wasting time with the explicit Corrade:: prefix. 3 years ago
Vladimír Vondruš eed2c818e9 Use a common prefix for internal singles-related macros. 3 years ago
Vladimír Vondruš fa079385bf singles: don't include StrictWeakOrdering in MagnumMath.hpp. 3 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš c4a4823f5d Math: TODO++ 4 years ago
Vladimír Vondruš d474f9d176 Math: return an array reference instead of a pointer from data(). 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš ca8d429854 Math: doc++ 5 years ago
Vladimír Vondruš 3cf4573c0e Math: drop explicitly defaulted copy constructors. 5 years ago
Vladimír Vondruš 31b2bfb980 Add typedefs for unsigned ranges. 5 years ago
Vladimír Vondruš abda09298a Math: haha std::pair you silly stupid thing. 5 years ago
Vladimír Vondruš 7d82352a13 Math: add an ability to construct a Range1D from Math::Vector<1, T>. 5 years ago
Vladimír Vondruš 120286a930 Add Degh, Radh and Range*Dh typedefs. 5 years ago
Vladimír Vondruš c0e8d4c00b Math: make Range searchable under AABB. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš 5222cf3478 doc: change all "latest" additions/deprecations to 2020.06. 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š 6fbedd8f52 Revert "doc: pile on more Doxygen workarounds." 6 years ago
Vladimír Vondruš 0b7831c1ad doc: pile on more Doxygen workarounds. 6 years ago
Vladimír Vondruš 376757bc6c Doc++ 6 years ago
Vladimír Vondruš 1b37d22006 Doc++ 7 years ago
Vladimír Vondruš bd1ce7d316 Math: return proper type from Range3D::xy(). 7 years ago
Vladimír Vondruš 0de0104abe Math: return proper type from Range*D::scaledFromCenter(). 7 years ago
Vladimír Vondruš 3fb90cdf5c Math: remove obsolete Doxygen workarounds. 7 years ago
Vladimír Vondruš 36ba5f4333 Math: ensure ZeroInit and IdentityInit constructors are explicit. 7 years ago
Vladimír Vondruš cee530733e Math: make it possible to opt out of Debug output operators. 7 years ago
Vladimír Vondruš e7af6bf07b Math: minor cleanup and code shuffling. 7 years ago
Vladimír Vondruš 64bc7f9c8e Math: moved configuration value parsers to a dedicated header. 7 years ago
Vladimír Vondruš 5fc246b908 Math: compile forgotten code snippets. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 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š d6017ad8cc Math: fixed enable_if for one-dimensional Range-from-pair constructor. 8 years ago
Vladimír Vondruš 24af174f5e Math: minor cleanup. 8 years ago
Vladimír Vondruš 2fd8bae26d Math: added Range::scaledFromCenter(). 8 years ago
Vladimír Vondruš 0f33107efc Math: no need to de-inline such tiny functions. 8 years ago
Vladimír Vondruš eabe118266 Math: doc++ 8 years ago
Alan 3bbb4088a8
Update Range.h 8 years ago
Vladimír Vondruš bff7ae8d7e Math: added Range::fromCenter(). 8 years ago
Vladimír Vondruš bb8fbcef9c Math: doc++ 8 years ago
Vladimír Vondruš 64f8a90095 Math: ability to construct a Range from std::pair. 8 years ago
Vladimír Vondruš 8a35299636 Math: added Math::Range::contains() with Range as a parameter. 8 years ago
Vladimír Vondruš 6cb57534e6 Math: implemented intersect() and intersects() for Range. 8 years ago
Vladimír Vondruš 59852ace85 Math: ability to slice Range into lower dimensions. 8 years ago