<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreMotion",
  "identifier" : "/documentation/CoreMotion/CMRotationRate",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Motion"
    ],
    "preciseIdentifier" : "c:@SA@CMRotationRate"
  },
  "title" : "CMRotationRate"
}
-->

# CMRotationRate

The type of structures representing a measurement of rotation rate.

```
struct CMRotationRate
```

## Topics

### Getting the Rotation Rates

[`x`](/documentation/CoreMotion/CMRotationRate/x)

The value for the X-axis.

[`y`](/documentation/CoreMotion/CMRotationRate/y)

The value for the Y-axis.

[`z`](/documentation/CoreMotion/CMRotationRate/z)

The value for the Z-axis.

### Initializers

[`init()`](/documentation/CoreMotion/CMRotationRate/init())

[`init(x:y:z:)`](/documentation/CoreMotion/CMRotationRate/init(x:y:z:))

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)