C# Class BEPUphysics.CollisionTests.Manifolds.SphereContactManifold

Manages persistent contact data between two boxes.
Inheritance: BEPUphysics.CollisionTests.Manifolds.ContactManifold
Afficher le fichier Open project: Indiefreaks/igf

Protected Properties

Свойство Type Description
sphereA ConvexCollidable
sphereB ConvexCollidable

Méthodes publiques

Méthode Description
CleanUp ( ) : void

Cleans up the manifold.

ClearContacts ( ) : void

Clears the contacts associated with this manifold.

Initialize ( Collidable newCollidableA, Collidable newCollidableB ) : void

Initializes the manifold.

SphereContactManifold ( ) : System

Constructs a new manifold.

Update ( float dt ) : void

Updates the manifold.

Méthodes protégées

Méthode Description
Add ( ContactData &contactCandidate ) : void
Remove ( int index ) : void

Method Details

Add() protected méthode

protected Add ( ContactData &contactCandidate ) : void
contactCandidate ContactData
Résultat void

CleanUp() public méthode

Cleans up the manifold.
public CleanUp ( ) : void
Résultat void

ClearContacts() public méthode

Clears the contacts associated with this manifold.
public ClearContacts ( ) : void
Résultat void

Initialize() public méthode

Initializes the manifold.
Thrown when the collidables being used are not of the proper type.
public Initialize ( Collidable newCollidableA, Collidable newCollidableB ) : void
newCollidableA BEPUphysics.BroadPhaseEntries.Collidable First collidable.
newCollidableB BEPUphysics.BroadPhaseEntries.Collidable Second collidable.
Résultat void

Remove() protected méthode

protected Remove ( int index ) : void
index int
Résultat void

SphereContactManifold() public méthode

Constructs a new manifold.
public SphereContactManifold ( ) : System
Résultat System

Update() public méthode

Updates the manifold.
public Update ( float dt ) : void
dt float Timestep duration.
Résultat void

Property Details

sphereA protected_oe property

protected ConvexCollidable sphereA
Résultat ConvexCollidable

sphereB protected_oe property

protected ConvexCollidable sphereB
Résultat ConvexCollidable