C# Class BEPUphysics.NarrowPhaseSystems.Pairs.TriangleConvexPairHandler

Handles a triangle-convex collision pair.
Inheritance: ConvexConstraintPairHandler
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.

Method Details

CleanUp() public méthode

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

Initialize() public méthode

Initializes the pair handler.
public Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void
entryA BroadPhaseEntry First entry in the pair.
entryB 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