Function Spatial.rotationDegrees

Rotation part of the local transformation in degrees, specified in terms of YXZ-Euler angles in the format (X angle, Y angle, Z angle).

Vector3 rotationDegrees() nothrow @property @nogc;

void rotationDegrees (
  Vector3 v
) nothrow @property @nogc;