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

Handles a sphere-sphere collision pair.
상속: ConvexPairHandler
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 메소드들

메소드 설명
CleanUp ( ) : void

Cleans up the pair handler.

Initialize ( BroadPhaseEntry entryA, BroadPhaseEntry entryB ) : void

Initializes the pair handler.

보호된 메소드들

메소드 설명
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