C# 클래스 BEPUphysics.CollisionTests.CollisionAlgorithms.TrianglePairTester

Persistent tester that compares triangles against convex objects.
파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Updated bool

공개 메소드들

메소드 설명
CleanUp ( ) : void

Cleans up the pair tester.

GenerateContactCandidate ( TinyStructList &contactList ) : bool

Generates a contact between the triangle and convex.

GetRegion ( ContactData &contact ) : VoronoiRegion

Gets the triangle region in which the contact resides.

Initialize ( ConvexShape convex, TriangleShape triangle ) : void

Initializes the pair tester.

메소드 상세

CleanUp() 공개 추상적인 메소드

Cleans up the pair tester.
public abstract CleanUp ( ) : void
리턴 void

GenerateContactCandidate() 공개 추상적인 메소드

Generates a contact between the triangle and convex.
public abstract GenerateContactCandidate ( TinyStructList &contactList ) : bool
contactList TinyStructList Contact between the shapes, if any.
리턴 bool

GetRegion() 공개 추상적인 메소드

Gets the triangle region in which the contact resides.
public abstract GetRegion ( ContactData &contact ) : VoronoiRegion
contact ContactData Contact to check.
리턴 VoronoiRegion

Initialize() 공개 추상적인 메소드

Initializes the pair tester.
public abstract Initialize ( ConvexShape convex, TriangleShape triangle ) : void
convex BEPUphysics.CollisionShapes.ConvexShapes.ConvexShape Convex shape to use.
triangle BEPUphysics.CollisionShapes.ConvexShapes.TriangleShape Triangle shape to use.
리턴 void

프로퍼티 상세

Updated 공개적으로 프로퍼티

Whether or not the pair tester was updated during the last attempt.
public bool Updated
리턴 bool