Spatial.rotateObjectLocal

Rotates the local transformation around axis, a unit Vector3, by specified angle in radians. The rotation axis is in object-local coordinate system.

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

Meta