Méthode | Description | |
---|---|---|
AddContact ( |
Adds a contact to be managed by the constraint.
|
|
CleanUp ( ) : void |
Cleans up the 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.
|
|
NonConvexContactManifoldConstraint ( ) : BEPUphysics.CollisionTests |
Constructs a new nonconvex manifold constraint.
|
|
RemoveContact ( |
Removes a contact from the constraint.
|
|
SolveIteration ( ) : float |
Computes one iteration of the constraint to meet the solver updateable's goal.
|
|
Update ( float dt ) : void |
Performs the frame's configuration step.
|
public AddContact ( |
||
contact | Contact to add. | |
Résultat | void |
public NonConvexContactManifoldConstraint ( ) : BEPUphysics.CollisionTests | ||
Résultat | BEPUphysics.CollisionTests |
public RemoveContact ( |
||
contact | Contact to remove. | |
Résultat | void |
public final Update ( float dt ) : void | ||
dt | float | Timestep duration. |
Résultat | void |