<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "USDKit",
  "identifier" : "/documentation/USDKit/USDValue/Quatf",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "USDKit"
    ],
    "preciseIdentifier" : "s:6USDKit8USDValueV5QuatfV"
  },
  "title" : "USDValue.Quatf"
}
-->

# USDValue.Quatf

```
@frozen struct Quatf
```

## Topics

### Initializers

[`init()`](/documentation/USDKit/USDValue/Quatf/init())

Creates a zero quaternion.

[`init(real: Float, imaginary: USDValue.Vec3f)`](/documentation/USDKit/USDValue/Quatf/init(real:imaginary:))

Creates a quaternion from real and imaginary components.

### Instance Properties

[`var imaginary: USDValue.Vec3f`](/documentation/USDKit/USDValue/Quatf/imaginary)

The imaginary (vector) component.

[`var real: Float`](/documentation/USDKit/USDValue/Quatf/real)

The real (scalar) component.

### Type Properties

[`static var identity: USDValue.Quatf`](/documentation/USDKit/USDValue/Quatf/identity)

The identity quaternion `(real: 1, imaginary: (0, 0, 0))`.

[`static var zero: USDValue.Quatf`](/documentation/USDKit/USDValue/Quatf/zero)

The zero quaternion `(0, 0, 0, 0)`.

## Relationships

### Conforms To

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

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

[`MetadataValue`](/documentation/USDKit/USDStage/Object/MetadataValue)

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

[`Value`](/documentation/USDKit/USDPrim/Attribute/Value)

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

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

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

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

[`USDValueProtocol`](/documentation/USDKit/USDValueProtocol)

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

---

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)