Apply the constraint by adding impulses. Return value indicates if any impulses were applied. If impulses were applied the derived class should call SetConstraintsUnsatisfied() on each body that is involved.

Namespace: JigLibX.Physics
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public abstract bool Apply(
	float dt
)
Visual Basic
Public MustOverride Function Apply ( _
	dt As Single _
) As Boolean
Visual C++
public:
virtual bool Apply(
	float dt
) abstract

Parameters

dt
Type: System..::..Single

[Missing <param name="dt"/> documentation for "M:JigLibX.Physics.Constraint.Apply(System.Single)"]

Return Value

[Missing <returns> documentation for "M:JigLibX.Physics.Constraint.Apply(System.Single)"]

See Also