C# Класс BEPUphysics.NarrowPhaseSystems.Pairs.TriangleConvexPairHandler

Handles a triangle-convex collision pair.
Наследование: ConvexConstraintPairHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CleanUp() публичный Метод

Cleans up the pair handler.
public CleanUp ( ) : void
Результат void

Initialize() публичный Метод

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.
Результат void

UpdateTimeOfImpact() публичный Метод

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.
Результат void