reactphysics3d/src/collision
2017-02-02 23:10:01 +01:00
..
broadphase Refactor collision detection 2017-01-08 19:56:59 +01:00
narrowphase Add capsule/capsule and capsule/sphere collision algorithm 2017-02-02 23:10:01 +01:00
shapes Continue working on SAT, remove Cone and Cylinder shapes 2017-02-02 22:58:40 +01:00
CollisionDetection.cpp Continue working on SAT, remove Cone and Cylinder shapes 2017-02-02 22:58:40 +01:00
CollisionDetection.h Continue working on SAT, remove Cone and Cylinder shapes 2017-02-02 22:58:40 +01:00
ContactManifold.cpp Refactor some methods in ContactPoint 2016-11-05 19:20:54 +01:00
ContactManifold.h Some optimizations in contact solver 2016-10-17 22:41:33 +02:00
ContactManifoldSet.cpp Refactor collision detection 2017-01-08 19:56:59 +01:00
ContactManifoldSet.h Refactor memory allocator and refactor contact solver 2016-09-21 22:03:45 +02:00
HalfEdgeStructure.cpp Continue working on SAT, remove Cone and Cylinder shapes 2017-02-02 22:58:40 +01:00
HalfEdgeStructure.h Continue working on SAT, remove Cone and Cylinder shapes 2017-02-02 22:58:40 +01:00
NarrowPhaseInfo.h Refactor collision detection 2017-01-08 19:56:59 +01:00
PolyhedronMesh.cpp Continue working on SAT, remove Cone and Cylinder shapes 2017-02-02 22:58:40 +01:00
PolyhedronMesh.h Continue working on SAT, remove Cone and Cylinder shapes 2017-02-02 22:58:40 +01:00
ProxyShape.cpp Start replacing NULL constant by nullptr 2016-05-15 19:25:58 +02:00
ProxyShape.h Refactor collision detection 2017-01-08 19:56:59 +01:00
RaycastInfo.cpp Change version number of the library 2016-04-11 20:15:20 +02:00
RaycastInfo.h Use default keyword for default constructors/destructors 2016-07-19 06:52:18 +02:00
TriangleMesh.cpp Use default keyword for default constructors/destructors 2016-07-19 06:52:18 +02:00
TriangleMesh.h Continue working on SAT, remove Cone and Cylinder shapes 2017-02-02 22:58:40 +01:00
TriangleVertexArray.cpp Use default keyword for default constructors/destructors 2016-07-19 06:52:18 +02:00
TriangleVertexArray.h Use default keyword for default constructors/destructors 2016-07-19 06:52:18 +02:00