Browse Source

Renamed Math/{constants.h => Math.h}.

vectorfields
Vladimír Vondruš 15 years ago
parent
commit
be3dd97d0a
  1. 6
      src/Math/Math.h
  2. 1
      src/Math/Test/Matrix4Test.cpp
  3. 2
      src/Math/Vector.h

6
src/Math/constants.h → src/Math/Math.h

@ -1,5 +1,5 @@
#ifndef Magnum_Math_constants_h #ifndef Magnum_Math_Math_h
#define Magnum_Math_constants_h #define Magnum_Math_Math_h
/* /*
Copyright © 2010, 2011 Vladimír Vondruš <mosra@centrum.cz> Copyright © 2010, 2011 Vladimír Vondruš <mosra@centrum.cz>
@ -16,7 +16,7 @@
*/ */
/** @file /** @file
* @brief Constants * @brief Math constants and utilities
*/ */
namespace Magnum { namespace Math { namespace Magnum { namespace Math {

1
src/Math/Test/Matrix4Test.cpp

@ -19,7 +19,6 @@
#include <QtTest/QTest> #include <QtTest/QTest>
#include "Matrix4.h" #include "Matrix4.h"
#include "constants.h"
QTEST_APPLESS_MAIN(Magnum::Math::Test::Matrix4Test) QTEST_APPLESS_MAIN(Magnum::Math::Test::Matrix4Test)

2
src/Math/Vector.h

@ -23,7 +23,7 @@
#include <cmath> #include <cmath>
#include "Utility/Debug.h" #include "Utility/Debug.h"
#include "constants.h" #include "Math.h"
namespace Magnum { namespace Math { namespace Magnum { namespace Math {

Loading…
Cancel
Save