Removes a constraint form the simulation.

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

Syntax

C#
public bool RemoveConstraint(
	Constraint constraint
)
Visual Basic
Public Function RemoveConstraint ( _
	constraint As Constraint _
) As Boolean
Visual C++
public:
bool RemoveConstraint(
	Constraint^ constraint
)

Parameters

constraint
Type: JigLibX.Physics..::..Constraint
The constraint which should be removed.

Return Value

True if the constraint was successfully removed.

See Also