24 Commits (3b5b7c71d472e2488f17789b5d74c798b68ab4fd)

Author SHA1 Message Date
Vladimír Vondruš fcb8a7b768 Got rid of header files in tests. 14 years ago
Vladimír Vondruš 89f5200aae Minor code cleanup. 14 years ago
Vladimír Vondruš 21337dafc0 Doc++ 14 years ago
Vladimír Vondruš e506951829 Math: functions for bottom right and top left Rectangle corners. 14 years ago
Vladimír Vondruš a7a4c28c03 Math: ability to create Rectangle from other of arbitrary type. 14 years ago
Vladimír Vondruš 423beaebeb Bring Math::Geometry::Rectangle to Magnum namespace. 14 years ago
Vladimír Vondruš bc2f98266e Math: debug output operator for Rectangle. 14 years ago
Vladimír Vondruš c4b6e5ea33 Math: helper Rectangle class. 14 years ago
Vladimír Vondruš 3b37dfa6b8 Deleted constructors of classes with only static members. 14 years ago
Vladimír Vondruš 0f889369f4 No `using namespace std` anywhere. 14 years ago
Vladimír Vondruš c319962d6e Adapted to Corrade changes. 14 years ago
Vladimír Vondruš ae013effff Adapted to Corrade changes. 14 years ago
Vladimír Vondruš 2c0995cf26 2D equivalents of Geometry::Distance functions. 14 years ago
Vladimír Vondruš 619f44347c Doxygen documentation workarounds. 14 years ago
Vladimír Vondruš fe62f547de Reduced #includes in headers. 14 years ago
Vladimír Vondruš 0a0860a9f2 Renamed Vector::lengthSquared() to parameterless Vector::dot(). 14 years ago
Vladimír Vondruš 27e1dce533 Got rid of Qt's QtTest in favor of Corrade's TestSuite. 14 years ago
Vladimír Vondruš 6bd43a9f95 Modularization of building and installation process. 14 years ago
Vladimír Vondruš 86b1aaa2af Reuse most of the already compiled objects for unit test libraries. 14 years ago
Vladimír Vondruš 7f6f81afc7 Math::Constants are now inline functions instead of static variables. 14 years ago
Vladimír Vondruš 1825d26c72 Fixed serious error in Intersection::planeLine(). 14 years ago
Vladimír Vondruš 822d66f380 Function for computing distance of line segment and point. 14 years ago
Vladimír Vondruš 379e37d8fc Function for computing distance of line and point. 14 years ago
Vladimír Vondruš 6f94d84b1a Moved Math::GeometryUtils to Math::Geometry::Intersection. 14 years ago