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.

struct Spatial
@nogc nothrow
void
globalRotate
(
in Vector3 axis
,
in double angle
)

Meta