summaryrefslogtreecommitdiff
path: root/src/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp
Commit message (Expand)AuthorAgeFilesLines
* propagate resultOut->m_closestPointDistanceThreshold properly for convex-conv...erwincoumans2018-11-271-1/+1
* Code-style consistency improvement:erwincoumans2018-09-231-48/+46
* Apple contribution for OSX SSE and iOS NEON optimizations unit tests, thanks ...erwin.coumans2012-06-071-25/+26
* Expose the multi-point perturbation algorithm for btConvexPlaneCollisionAlgor...erwin.coumans2011-09-141-1/+4
* Use the original code for convex-plane collision in (btConvexPlaneCollisionAl...erwin.coumans2011-09-141-6/+21
* remove some warnings, thanks to Zenja http://bulletphysics.com/Bullet/phpBB3/...erwin.coumans2009-09-091-2/+2
* minor tweaks to demos: enable constraint debug drawing in AllBulletDemos, def...erwin.coumans2009-02-181-155/+155
* fix spelling mistake: pertube -> perturbeerwin.coumans2009-02-031-17/+17
* Calculate multiple contact points (for convex-convex and convex-plane) when l...erwin.coumans2009-02-031-13/+24
* Perform several rotation pertubations, to create multiple collision contact. ...erwin.coumans2009-02-021-19/+55
* fix for static planeshape and spheres, need to use the getSupportingVertex wi...ejcoumans2008-01-231-2/+2
* small improvement in btConvexPlaneCollisionAlgorithmejcoumans2007-12-111-4/+3
* Added faster and more robust support for btStaticPlaneShapeejcoumans2007-12-111-0/+109