<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Spatial",
  "identifier" : "/documentation/Spatial/EulerAnglesFloat",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Spatial"
    ],
    "preciseIdentifier" : "c:@SA@SPEulerAnglesFloat"
  },
  "title" : "EulerAnglesFloat"
}
-->

# EulerAnglesFloat

```
struct EulerAnglesFloat
```

## Overview\abstract A structure that represents Euler angles, in radians, and ordering.

## Topics

### Initializers

[`init()`](/documentation/Spatial/EulerAnglesFloat/init())

[`init(angles: simd_float3, order: __SPEulerAngleOrder)`](/documentation/Spatial/EulerAnglesFloat/init(angles:order:))

[`init(x: Angle2DFloat, y: Angle2DFloat, z: Angle2DFloat, order: EulerAngles.Order)`](/documentation/Spatial/EulerAnglesFloat/init(x:y:z:order:))

Returns a new Euler angles structure from three angle structures.

### Instance Properties

[`var angles: simd_float3`](/documentation/Spatial/EulerAnglesFloat/angles)

A three-element vector that contains the angles, in radians.

[`var order: __SPEulerAngleOrder`](/documentation/Spatial/EulerAnglesFloat/order)

A constant that specify the Euler angle order.

## Relationships

### Conforms To

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

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

---

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)