609 Commits (d1144b048487bf1c497c6aa8ae5995f2254fa3f8)

Author SHA1 Message Date
Vladimír Vondruš 282ee58c62 Math: work around missing std::round() in NaCl newlib. 13 years ago
Vladimír Vondruš 79ff9e1ca4 Marking deprecated functions and types with CORRADE_DEPRECATED(). 13 years ago
Vladimír Vondruš cf3ae0eee7 Revert "Math: don't allow *::data() to be called on rvalues." 13 years ago
Vladimír Vondruš 2e21577254 Math: really install deprecated headers. 13 years ago
Vladimír Vondruš e4cf804ec4 Use proper numeric literals. 13 years ago
Vladimír Vondruš ee045d261a Make some type conversions explicit. 13 years ago
Vladimír Vondruš 8f12f2a844 Math: simplified internal Vector constructor. 13 years ago
Vladimír Vondruš 545e07c85b Math: use proper suffixes for floating-point literals. 13 years ago
Vladimír Vondruš 794c934dc1 Shotgun documentation updates. 13 years ago
Vladimír Vondruš 1aa5bd0961 Math: error out when Rectangle.h is used in non-deprecated build. 13 years ago
Vladimír Vondruš a6dfda5c3a Math: fix RangeTest compilation with GCC 4.6. 13 years ago
Vladimír Vondruš 0865705813 Math: fix Range compilation with Clang, mark the constructors as implicit. 13 years ago
Vladimír Vondruš ee8f757419 Using Range2D instead of Rectangle everywhere. 13 years ago
Vladimír Vondruš b083935b94 Math: added Range::scaled(). 13 years ago
Vladimír Vondruš 66e6ab6684 Math: added Range::padded() function. 13 years ago
Vladimír Vondruš 9a6c959b60 Math: added Range*::center*() convenience functions. 13 years ago
Vladimír Vondruš 714c243dd6 Math: added generic Range class. 13 years ago
Vladimír Vondruš 4059bd752f Math: added minmax() and Vector2::minmax(). 13 years ago
Vladimír Vondruš 34a04ae8ae Math: minor test cleanup. 13 years ago
Vladimír Vondruš 22dc8170e8 Added Color*::{red,green.blue,cyan,magenta,yellow}() convenience functions. 13 years ago
Vladimír Vondruš beab448b4e Math: be more explicit in what we want to construct. 13 years ago
Vladimír Vondruš 361066fdbf Math: test that constructing vector from parts can be done implicitly. 13 years ago
Vladimír Vondruš ab651bb61c Various minor cleanup. 13 years ago
Vladimír Vondruš 01f6553fd6 Math: simplified Vector*::*Axis() and Vector*::*Scale() functions. 13 years ago
Vladimír Vondruš add989703e Math: don't allow *::data() to be called on rvalues. 13 years ago
Vladimír Vondruš 4aadfd0828 Math: fixed *::data() documentation. 13 years ago
Vladimír Vondruš b2b6eb0c92 MinGW32's linker issues _are only_ MinGW32's fault. 13 years ago
Vladimír Vondruš ba8489f054 Math: added Geometry::Rectangle::translated(). 13 years ago
Vladimír Vondruš f10f2d8726 Math: added modulo operations for Vector. 13 years ago
Vladimír Vondruš f009e5c47f Math: added rounding functions. 13 years ago
Vladimír Vondruš d6586fa1fc Math: reduce code duplication in Functions.h. 13 years ago
Vladimír Vondruš de2ca00217 Math: doc++ 13 years ago
Vladimír Vondruš 0b94931dc6 Math: forgot to add test case to the list. 13 years ago
Vladimír Vondruš 80cc7de91d GCC 4.6 compatibility: proper constexpr workaround in test. 13 years ago
Vladimír Vondruš f130ce5891 Added convenience Matrix2x2, Matrix3x3 and Matrix4x4 aliases. 13 years ago
Vladimír Vondruš 7f9d0d1752 Math: added convenience MatrixNxN aliases for RectangularMatrix. 13 years ago
Vladimír Vondruš 68b36c8c86 Deprecate swizzle() in favor of Math::swizzle(). 13 years ago
Vladimír Vondruš b4253abd79 Math: document include in test. 13 years ago
Vladimír Vondruš a2d31ef8d3 Moved RGB(A) accessors from swizzle() to Math::swizzle(). 13 years ago
Vladimír Vondruš f7a776d397 Moved RGB(A) accessors from Color to Vector. 13 years ago
Vladimír Vondruš 0dd531b978 Math: added utility function Vector2::aspectRatio(). 13 years ago
Vladimír Vondruš 7d87330249 Gaah. 13 years ago
Vladimír Vondruš 8f513b1001 Math: added bitwise operations for integer Vector. 13 years ago
Vladimír Vondruš 50ec325c78 Math: fix and test RectangularMatrix*Vector operation. 13 years ago
Vladimír Vondruš e2c8e8c867 Math: no need to explicitly overload operator=(). 13 years ago
Vladimír Vondruš 88168e259b Math: test also Matrix subclass function implementations. 13 years ago
Vladimír Vondruš 78417dfefa Math: removed integer/float RectangularMatrix multiplication and division. 13 years ago
Vladimír Vondruš b4a33d15c3 Math: improve integer/float Vector multiplication and division. 13 years ago
Vladimír Vondruš 5ff1020dcd Math: added Vector::isZero(). 13 years ago
Vladimír Vondruš ac3fe7cdf5 Removed Doxygen workarounds for forward declarations. 13 years ago