Also updated includes in dependent headers.
@ -21,6 +21,7 @@
#include <map>
#include "Math/Matrix3.h"
#include "Math/Matrix4.h"
#include "Math/Vector4.h"
#include "Magnum.h"
@ -19,7 +19,7 @@
* @brief Class Magnum::Math::Matrix4
*/
#include "Matrix3.h"
#include "Matrix.h"
#include "Point3D.h"
namespace Magnum { namespace Math {
@ -28,7 +28,7 @@ using namespace Corrade::Utility;
namespace Magnum { namespace Math { namespace Test {
typedef Math::Matrix4<float> Matrix4;
typedef Math::Matrix3<float> Matrix3;
typedef Math::Matrix<3, float> Matrix3;
typedef Math::Vector3<float> Vector3;
Matrix4Test::Matrix4Test() {
@ -15,8 +15,8 @@
#include "AxisAlignedBox.h"
#include "Math/Point3D.h"
namespace Magnum { namespace Physics {
@ -19,6 +19,7 @@
* @brief Class Magnum::Physics::Box, typedef Magnum::Physics::Box2D, Magnum::Physics::Box3D
#include "AbstractShape.h"
@ -17,8 +17,8 @@
#include "Math/Constants.h"
#include "Math/Math.h"
#include "Math/Geometry/Distance.h"
#include "Point.h"
#include "Sphere.h"
#include "Line.h"
#include "LineSegment.h"
#include <Containers/LinkedList.h>