Go to the source code of this file.
|
static bool | TestSepAxis (const btConvexPolyhedron &hullA, const btConvexPolyhedron &hullB, const btTransform &transA, const btTransform &transB, const btVector3 &sep_axis, btScalar &depth, btVector3 &witnessPointA, btVector3 &witnessPointB) |
|
bool | IsAlmostZero (const btVector3 &v) |
|
void | btSegmentsClosestPoints (btVector3 &ptsVector, btVector3 &offsetA, btVector3 &offsetB, btScalar &tA, btScalar &tB, const btVector3 &translation, const btVector3 &dirA, btScalar hlenA, const btVector3 &dirB, btScalar hlenB) |
|
◆ btSegmentsClosestPoints()
◆ IsAlmostZero()
◆ TestSepAxis()
◆ gActualNbTests
◆ gActualSATPairTests
int gActualSATPairTests = 0 |
|
static |
◆ gExpectedNbTests
This file was written by Erwin Coumans Separating axis rest based on work from Pierre Terdiman, see And contact clipping based on work from Simon Hobbs.
Definition at line 25 of file btPolyhedralContactClipping.cpp.
◆ gUseInternalObject
bool gUseInternalObject = true |