| .. |
|
Algorithms
|
Use proper numeric literals.
|
13 years ago |
|
Geometry
|
Marking deprecated functions and types with CORRADE_DEPRECATED().
|
13 years ago |
|
Test
|
Math: overload Matrix::diagonal() in subclasses to return proper type.
|
13 years ago |
|
Angle.h
|
Math: deinlined heavy functions, removed redundant `inline`.
|
13 years ago |
|
BoolVector.h
|
Math: deinlined heavy functions, removed redundant `inline`.
|
13 years ago |
|
CMakeLists.txt
|
Math: added generic Range class.
|
13 years ago |
|
Complex.h
|
Math: improved documentation for *::isNormalized().
|
13 years ago |
|
Constants.h
|
Math: deinlined heavy functions, removed redundant `inline`.
|
13 years ago |
|
Dual.h
|
Math: deinlined heavy functions, removed redundant `inline`.
|
13 years ago |
|
DualComplex.h
|
Math: test copy construction from base classes.
|
13 years ago |
|
DualQuaternion.h
|
Math: test copy construction from base classes.
|
13 years ago |
|
Functions.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
Functions.h
|
Math: work around missing std::round() in NaCl newlib.
|
13 years ago |
|
Math.h
|
Using Range2D instead of Rectangle everywhere.
|
13 years ago |
|
Matrix.h
|
Math: make Matrix::Matrix(T) constexpr also under CC 4.6.
|
13 years ago |
|
Matrix3.h
|
Math: constexpr *Matrix::{fromDiagonal,diagonal}() and also Matrix(T).
|
13 years ago |
|
Matrix4.h
|
Math: constexpr *Matrix::{fromDiagonal,diagonal}() and also Matrix(T).
|
13 years ago |
|
Quaternion.h
|
Math: improved documentation for *::isNormalized().
|
13 years ago |
|
Range.h
|
Math: fix Range compilation with Clang, mark the constructors as implicit.
|
13 years ago |
|
RectangularMatrix.h
|
Math: overload RectangularMatrix::diagonal() in subclasses.
|
13 years ago |
|
Swizzle.h
|
Deprecate swizzle() in favor of Math::swizzle().
|
13 years ago |
|
TypeTraits.h
|
Math: use proper suffixes for floating-point literals.
|
13 years ago |
|
Unit.h
|
Make some type conversions explicit.
|
13 years ago |
|
Vector.h
|
Math: make Matrix::Matrix(T) constexpr also under CC 4.6.
|
13 years ago |
|
Vector2.h
|
Math: added minmax() and Vector2::minmax().
|
13 years ago |
|
Vector3.h
|
Added Color*::{red,green.blue,cyan,magenta,yellow}() convenience functions.
|
13 years ago |
|
Vector4.h
|
Deprecate swizzle() in favor of Math::swizzle().
|
13 years ago |
|
instantiation.cpp
|
Using Range2D instead of Rectangle everywhere.
|
13 years ago |