Defines a constraint between two rigid bodies.

Namespace: DigitalRune.Physics.Constraints
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.5.0.0 (1.5.0.9503)

Syntax

C#
public abstract class Constraint : IConstraint
Visual Basic
Public MustInherit Class Constraint _
	Implements IConstraint
Visual C++
public ref class Constraint abstract : IConstraint

Remarks

A constraint limits the movement of two bodies relative two each other. It restricts the degrees of movement of one body relative to the other body.

Inheritance Hierarchy

See Also