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).

  1. Vector3 rotationDegrees [@property getter]
  2. Vector3 rotationDegrees [@property setter]
    struct Spatial
    @nogc nothrow @property
    void
    rotationDegrees
    (
    Vector3 v
    )

Meta