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:
parent
58be3a3f3d
commit
5620b6e12e
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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>
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
|
||||
// Libraries
|
||||
#include "../../mathematics/mathematics.h"
|
||||
#include "../../../mathematics/mathematics.h"
|
||||
|
||||
// ReactPhysics3D namespace
|
||||
namespace reactphysics3d {
|
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user