Implements a simple hinge between two rigid bodies. The bodies should be in a suitable configuration when this joint is created.

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

Syntax

C#
public class HingeJoint : Joint
Visual Basic
Public Class HingeJoint _
	Inherits Joint
Visual C++
public ref class HingeJoint : public Joint

Inheritance Hierarchy

System..::..Object
  JigLibX.Physics..::..Controller
    JigLibX.Physics..::..Joint
      JigLibX.Physics..::..HingeJoint

See Also