Function Spatial.globalRotate

Rotates the global (world) transformation around axis, a unit Vector3, by specified angle in radians. The rotation axis is in global coordinate system.

void globalRotate (
  const(Vector3) axis,
  const(double) angle
) nothrow @nogc;