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

Pair handler that manages a pair of two boxes.
상속: BEPUphysics.NarrowPhaseSystems.Pairs.StandardPairHandler
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 메소드들

메소드 설명
Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void
UpdateTimeOfImpact ( Collidable requester, float dt ) : void

Updates the time of impact for the pair.

메소드 상세

Initialize() 공개 메소드

public Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void
entryA BroadPhaseEntry
entryB BroadPhaseEntry
리턴 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