PhysicsEngineCreateHingeJoint Method | 
| Name | Description | |
|---|---|---|
| CreateHingeJoint(PhysicsRigidBody, Matrix) | 
            Creates a hinge (revolute) joint in the physics world that constrains the specified
            rigid body to maintain a fixed distance from the origin of the speicied transform but is
            allowed to pivot about the z-axis of the specified transform.
              | |
| CreateHingeJoint(PhysicsRigidBody, PhysicsRigidBody, Matrix) | 
            Creates a hinge (revolute) joint in the physics world that constrains the two specified
            rigid bodies to maintain a fixed distance from the origin of the specified transform but
            are allowed to pivot about the z-axis of the specified transform.
              |