Function PhysicsServerSingleton.jointCreateHinge

Creates a HingeJoint.

RID jointCreateHinge (
  const(RID) body_A,
  const(Transform) hinge_A,
  const(RID) body_B,
  const(Transform) hinge_B
) nothrow @nogc;