Change of the directory structure

git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@445 92aac97c-a6ce-11dd-a772-7fcde58d38e6
This commit is contained in:
chappuis.daniel 2011-10-18 22:25:44 +00:00
parent 58be3a3f3d
commit 5620b6e12e
9 changed files with 9 additions and 9 deletions

View File

@ -29,7 +29,7 @@
#include "../NarrowPhaseAlgorithm.h"
#include "../ContactInfo.h"
#include "../../shapes/Shape.h"
#include "../EPA/EPAAlgorithm.h"
#include "../narrowphase/EPA/EPAAlgorithm.h"
// ReactPhysics3D namespace

View File

@ -24,7 +24,7 @@
// Libraries
#include "EPAAlgorithm.h"
#include "../GJK/GJKAlgorithm.h"
#include "../../GJK/GJKAlgorithm.h"
#include "TrianglesStore.h"
// We want to use the ReactPhysics3D namespace

View File

@ -26,10 +26,10 @@
#define EPA_ALGORITHM_H
// Libraries
#include "../GJK/Simplex.h"
#include "../../shapes/Shape.h"
#include "../ContactInfo.h"
#include "../../mathematics/mathematics.h"
#include "../../GJK/Simplex.h"
#include "../../../shapes/Shape.h"
#include "../../ContactInfo.h"
#include "../../../mathematics/mathematics.h"
#include "TriangleEPA.h"
#include <algorithm>

View File

@ -27,7 +27,7 @@
// Libraries
#include "../../mathematics/mathematics.h"
#include "../../../mathematics/mathematics.h"
// ReactPhysics3D namespace
namespace reactphysics3d {

View File

@ -26,8 +26,8 @@
#define TRIANGLE_EPA_H
// Libraries
#include "../../mathematics/mathematics.h"
#include "../../constants.h"
#include "../../../mathematics/mathematics.h"
#include "../../../constants.h"
#include "EdgeEPA.h"
#include <cassert>