C# Class BEPUphysics.NarrowPhaseSystems.Pairs.InstancedMeshPairHandler

Handles a instanced mesh-convex collision pair.
Inheritance: BEPUphysics.NarrowPhaseSystems.Pairs.StandardPairHandler
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
CleanUp ( ) : void

Cleans up the pair handler.

Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void

Initializes the pair handler.

UpdateTimeOfImpact ( Collidable requester, float dt ) : void

Updates the time of impact for the pair.

Méthodes protégées

Méthode Description
GetContactInformation ( int index, ContactInformation &info ) : void

Method Details

CleanUp() public méthode

Cleans up the pair handler.
public CleanUp ( ) : void
Résultat void

GetContactInformation() protected méthode

protected GetContactInformation ( int index, ContactInformation &info ) : void
index int
info ContactInformation
Résultat void

Initialize() public méthode

Initializes the pair handler.
public Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void
entryA BEPUphysics.BroadPhaseEntries.BroadPhaseEntry First entry in the pair.
entryB BEPUphysics.BroadPhaseEntries.BroadPhaseEntry Second entry in the pair.
Résultat void

UpdateTimeOfImpact() public méthode

Updates the time of impact for the pair.
public UpdateTimeOfImpact ( Collidable requester, float dt ) : void
requester BEPUphysics.BroadPhaseEntries.Collidable Collidable requesting the update.
dt float Timestep duration.
Résultat void