Function PhysicsServerSingleton.bodySetShapeTransform

Sets the transform matrix for a body shape.

void bodySetShapeTransform (
  const(RID) _body,
  const(long) shape_idx,
  const(Transform) transform
) nothrow @nogc;