Click or drag to resize

PhysicsEngineCreateHingeJoint Method

Overload List
  NameDescription
Public methodCreateHingeJoint(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.
Public methodCreateHingeJoint(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.
Top
See Also