Function Spatial.rotate

Rotates the local transformation around axis, a unit Vector3, by specified angle in radians.

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