reactphysics3d/src/collision
2018-03-28 22:55:02 +02:00
..
broadphase Working on logger 2018-03-19 23:02:13 +01:00
narrowphase Refactor profiler and start working on logger 2018-03-14 07:33:28 +01:00
shapes Working on logger 2018-03-28 22:55:02 +02:00
CollisionCallback.cpp Refactor memory allocation 2018-01-01 18:35:57 +01:00
CollisionCallback.h Refactor memory allocation 2018-01-01 18:35:57 +01:00
CollisionDetection.cpp Working on logger 2018-03-19 23:02:13 +01:00
CollisionDetection.h Working on logger 2018-03-19 23:02:13 +01:00
ContactManifold.cpp Add WorldSettings class for world configuration settings 2018-03-04 19:10:32 +01:00
ContactManifold.h Add WorldSettings class for world configuration settings 2018-03-04 19:10:32 +01:00
ContactManifoldInfo.cpp Refactor memory allocation 2018-01-01 18:35:57 +01:00
ContactManifoldInfo.h Refactor memory allocation 2018-01-01 18:35:57 +01:00
ContactManifoldSet.cpp Add WorldSettings class for world configuration settings 2018-03-04 19:10:32 +01:00
ContactManifoldSet.h Add WorldSettings class for world configuration settings 2018-03-04 19:10:32 +01:00
ContactPointInfo.h Changes and bug fixes in ContactManifold and ContactManifoldSet 2017-10-18 00:41:32 +02:00
HalfEdgeStructure.cpp Replace std::pair by rp3d::Pair 2018-02-05 07:41:02 +01:00
HalfEdgeStructure.h Replace std::pair by rp3d::Pair 2018-02-05 07:41:02 +01:00
MiddlePhaseTriangleCallback.cpp Use List in HalfEdgeStructure with some changes in memory allocation 2017-12-27 20:53:09 +01:00
MiddlePhaseTriangleCallback.h Refactor memory allocation 2018-01-01 18:35:57 +01:00
NarrowPhaseInfo.cpp Refactor memory allocation 2018-01-01 18:35:57 +01:00
NarrowPhaseInfo.h Refactor memory allocation 2018-01-01 18:35:57 +01:00
OverlapCallback.h
PolygonVertexArray.cpp
PolygonVertexArray.h
PolyhedronMesh.cpp Refactor memory allocation 2018-01-01 18:35:57 +01:00
PolyhedronMesh.h Replace testPointInside() and raycast() methods for ConvexMeshShape (do not used GJK anymore) and some small refactoring 2018-02-26 07:17:54 +01:00
ProxyShape.cpp Replace testPointInside() and raycast() methods for ConvexMeshShape (do not used GJK anymore) and some small refactoring 2018-02-26 07:17:54 +01:00
ProxyShape.h Remove setLocalScaling() method from CollisionShape and ProxyShape and use scaling only for HeightFieldShape, ConvexMeshShape and ConcaveMeshShape 2018-03-26 22:00:52 +02:00
RaycastInfo.cpp
RaycastInfo.h
TriangleMesh.cpp
TriangleMesh.h Remove the use of std::vector 2018-01-20 17:30:36 +01:00
TriangleVertexArray.cpp Working on logger 2018-03-19 23:02:13 +01:00
TriangleVertexArray.h Working on logger 2018-03-19 23:02:13 +01:00