Method | Description | |
---|---|---|
Add ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entry ) : void |
Adds an entry to the broad phase.
|
|
Remove ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entry ) : void |
Removes an entry from the broad phase.
|
Method | Description | |
---|---|---|
AddOverlap ( BroadPhaseOverlap overlap ) : void | ||
BroadPhase ( ) : BEPUphysics.BroadPhaseEntries | ||
BroadPhase ( IThreadManager threadManager ) : BEPUphysics.BroadPhaseEntries | ||
GetCollisionRule ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryA, BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryB ) : CollisionRule | ||
TryToAddOverlap ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryA, BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryB ) : void |
Adds a broad phase overlap if the collision rules permit it.
|
public Add ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entry ) : void | ||
entry | BEPUphysics.BroadPhaseSystems.BroadPhaseEntry | Entry to add. |
return | void |
protected AddOverlap ( BroadPhaseOverlap overlap ) : void | ||
overlap | BroadPhaseOverlap | |
return | void |
protected BroadPhase ( ) : BEPUphysics.BroadPhaseEntries | ||
return | BEPUphysics.BroadPhaseEntries |
protected BroadPhase ( IThreadManager threadManager ) : BEPUphysics.BroadPhaseEntries | ||
threadManager | IThreadManager | |
return | BEPUphysics.BroadPhaseEntries |
protected GetCollisionRule ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryA, BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryB ) : CollisionRule | ||
entryA | BEPUphysics.BroadPhaseSystems.BroadPhaseEntry | |
entryB | BEPUphysics.BroadPhaseSystems.BroadPhaseEntry | |
return | CollisionRule |
public Remove ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entry ) : void | ||
entry | BEPUphysics.BroadPhaseSystems.BroadPhaseEntry | Entry to remove. |
return | void |
protected TryToAddOverlap ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryA, BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryB ) : void | ||
entryA | BEPUphysics.BroadPhaseSystems.BroadPhaseEntry | First entry of the overlap. |
entryB | BEPUphysics.BroadPhaseSystems.BroadPhaseEntry | Second entry of the overlap. |
return | void |