C# 클래스 BEPUphysics.NarrowPhaseSystems.Pairs.TerrainPairHandler

Handles a terrain-convex collision pair.
상속: BEPUphysics.NarrowPhaseSystems.Pairs.StandardPairHandler
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 메소드들

메소드 설명
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 BEPUphysics.BroadPhaseEntries.BroadPhaseEntry First entry in the pair.
entryB BEPUphysics.BroadPhaseEntries.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