C# Class BEPUphysics.NarrowPhaseSystems.Pairs.ConvexPairHandler

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

Public Methods

Method 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 method

public Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void
entryA BroadPhaseEntry
entryB BroadPhaseEntry
return void

UpdateTimeOfImpact() public method

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.
return void