Property | Type | Description | |
---|---|---|---|
UseSimplexCaching | bool |
Property | Type | Description | |
---|---|---|---|
collidableA | |||
collidableB |
Method | Description | |
---|---|---|
CleanUp ( ) : void |
Cleans up the pair tester.
|
|
GenerateContactCandidate ( ContactData &contact ) : bool |
Generates a contact between the objects, if possible.
|
|
Initialize ( |
Initializes the pair tester.
|
Method | Description | |
---|---|---|
DoDeepContact ( ContactData &contact ) : bool | ||
DoShallowContact ( ContactData &contact ) : bool |
public GenerateContactCandidate ( ContactData &contact ) : bool | ||
contact | ContactData | Contact created between the pair, if possible. |
return | bool |
public Initialize ( |
||
shapeA | First shape in the pair. | |
shapeB | Second shape in the pair. | |
return | void |
protected ConvexCollidable,BEPUphysics.BroadPhaseEntries.MobileCollidables collidableA | ||
return |