Méthode | Description | |
---|---|---|
CleanUp ( ) : void |
Cleans up the constraint.
|
|
ContactPenetrationConstraint ( ) : BEPUphysics.Entities |
Constructs a new penetration constraint.
|
|
ExclusiveUpdate ( ) : void |
Performs any pre-solve iteration work that needs exclusive access to the members of the solver updateable. Usually, this is used for applying warmstarting impulses.
|
|
Setup ( |
Configures the penetration constraint.
|
|
SolveIteration ( ) : float |
Computes and applies an impulse to keep the colliders from penetrating.
|
|
Update ( float dt ) : void |
Performs the frame's configuration step.
|
Méthode | Description | |
---|---|---|
CollectInvolvedEntities ( RawList |
protected CollectInvolvedEntities ( RawList |
||
outputInvolvedEntities | RawList |
|
Résultat | void |
public ContactPenetrationConstraint ( ) : BEPUphysics.Entities | ||
Résultat | BEPUphysics.Entities |
public Setup ( |
||
contactManifoldConstraint | Owning manifold constraint. | |
contact | Contact associated with the penetration constraint. | |
Résultat | void |