Click or drag to resize
DigitalRuneConstraintApplyImpulse Method
Called by the simulation to apply an impulse that satisfies the constraint.

Namespace: DigitalRune.Physics.Constraints
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public bool ApplyImpulse()

Return Value

Type: Boolean
if a constraint larger than MinConstraintImpulse was applied.

Implements

IConstraintApplyImpulse
Exceptions
ExceptionCondition
PhysicsExceptionSetup was not called before ApplyImpulse.
Remarks
This method is called by the simulation multiple times per time step. In each time step Setup must be called once before calling this method.
See Also