Virtual base class for all joints All joints are expected to do the following in their constructor: 1. create whatever constraints are necessary 2. register these constraints with the physics engine

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

Syntax

C#
public abstract class Joint : Controller
Visual Basic
Public MustInherit Class Joint _
	Inherits Controller
Visual C++
public ref class Joint abstract : public Controller

Inheritance Hierarchy

See Also