Defines a fixed joint that removes all degrees of freedom.

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

Syntax

C#
public class FixedJoint : Constraint
Visual Basic
Public Class FixedJoint _
	Inherits Constraint
Visual C++
public ref class FixedJoint : public Constraint

Remarks

This joint is also known as weld joint or glue joint. This joint does not allow any relative motion between the two constraint bodies, as if they are glued together.

Inheritance Hierarchy

System..::..Object
  DigitalRune.Physics.Constraints..::..Constraint
    DigitalRune.Physics.Constraints..::..FixedJoint

See Also