You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Vladimír Vondruš 58d156bc47 Math: removed Point2D/Point3D altogether. 13 years ago
..
Algorithms Doc++ 13 years ago
Geometry Don't use fully qualified Corrade::Utility::Debug when not needed. 13 years ago
Test Math: removed Point2D/Point3D altogether. 13 years ago
Angle.cpp Math: type-safe implementation for degrees and radians. 13 years ago
Angle.h Brought Math::Deg/Rad and related operators to Magnum namespace. 13 years ago
BoolVector.h Math: follow Vector changes in BoolVector. 13 years ago
CMakeLists.txt Math: removed Point2D/Point3D altogether. 13 years ago
Complex.cpp Math: initial complex number implementation. 13 years ago
Complex.h Math: initial complex number implementation. 13 years ago
Constants.h Math: removed old deg()/rad() helpers. 13 years ago
Dual.h Math: minor code cleanup. 13 years ago
DualQuaternion.cpp Math: initial implementation of DualQuaternion class. 13 years ago
DualQuaternion.h Math: using Rad for Quaternion and DualQuaternion functions. 13 years ago
Functions.cpp Math: Renamed Math.h to Functions.h 14 years ago
Functions.h Math: added strongly-typed asin(), acos() and atan(). 13 years ago
Math.h Math: removed Point2D/Point3D altogether. 13 years ago
MathTypeTraits.h Math: Use default pure equality comparison for arbitrary types. 13 years ago
Matrix.h Doc++ 13 years ago
Matrix3.h Math: removed Point2D/Point3D altogether. 13 years ago
Matrix4.h Math: removed Point2D/Point3D altogether. 13 years ago
Quaternion.cpp Math: various code cleanup. 13 years ago
Quaternion.h Math: using Rad for Quaternion and DualQuaternion functions. 13 years ago
RectangularMatrix.cpp Math: matrix/vector rework, part 2: matrix as array of column vectors. 13 years ago
RectangularMatrix.h Math: added underlying type typedef for remaining types. 13 years ago
Swizzle.h Split out lightweight base of swizzle() function to Math namespace. 14 years ago
Unit.h Math: base class for units. 13 years ago
Vector.cpp Math: matrix/vector rework, part 2: matrix as array of column vectors. 13 years ago
Vector.h Math: use Rad for Vector::angle(). 13 years ago
Vector2.h Added typedefs for double-precision vector and matrix types. 13 years ago
Vector3.h Math: removed Point2D/Point3D altogether. 13 years ago
Vector4.h Math: removed Point2D/Point3D altogether. 13 years ago