Bullet Collision Detection & Physics Library
|
#include "btPolyhedralContactClipping.h"
#include "BulletCollision/CollisionShapes/btConvexPolyhedron.h"
#include <float.h>
Go to the source code of this file.
Variables | |
int | gExpectedNbTests = 0 |
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. | |
int | gActualNbTests = 0 |
bool | gUseInternalObject = true |
static int | gActualSATPairTests = 0 |
|
inline |
Definition at line 175 of file btPolyhedralContactClipping.cpp.
Definition at line 111 of file btPolyhedralContactClipping.cpp.
|
static |
Definition at line 76 of file btPolyhedralContactClipping.cpp.
int gActualNbTests = 0 |
Definition at line 26 of file btPolyhedralContactClipping.cpp.
|
static |
Definition at line 109 of file btPolyhedralContactClipping.cpp.
int gExpectedNbTests = 0 |
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.
Definition at line 27 of file btPolyhedralContactClipping.cpp.