C# Class BEPUphysics.NarrowPhaseSystems.Pairs.ConvexPairHandler

Pair handler that manages a pair of two boxes.
Inheritance: BEPUphysics.NarrowPhaseSystems.Pairs.StandardPairHandler
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void
UpdateTimeOfImpact ( Collidable requester, float dt ) : void

Updates the time of impact for the pair.

Method Details

Initialize() public méthode

public Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void
entryA BroadPhaseEntry
entryB BroadPhaseEntry
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