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

Handles a static mesh-convex collision pair.
Наследование: BEPUphysics.NarrowPhaseSystems.Pairs.StandardPairHandler
Показать файл Открыть проект

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

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

Защищенные методы

Метод Описание
GetContactInformation ( int index, ContactInformation &info ) : void

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

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

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

GetContactInformation() защищенный Метод

protected GetContactInformation ( int index, ContactInformation &info ) : void
index int
info ContactInformation
Результат 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 Collidable Collidable requesting the update.
dt float Timestep duration.
Результат void