Function PhysicsServerSingleton.areaSetShapeTransform

Sets the transform matrix for an area shape.

void areaSetShapeTransform (
  const(RID) area,
  const(long) shape_idx,
  const(Transform) transform
) nothrow @nogc;