Function PhysicsServerSingleton.jointCreatePin

Creates a PinJoint.

RID jointCreatePin (
  const(RID) body_A,
  const(Vector3) local_A,
  const(RID) body_B,
  const(Vector3) local_B
) nothrow @nogc;