---
title: EulerAnglesFloat
framework: spatial
role: symbol
role_heading: Structure
path: spatial/euleranglesfloat
---

# EulerAnglesFloat

## Declaration

```swift
struct EulerAnglesFloat
```

## Overview

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

## Topics

### Initializers

- [init()](spatial/euleranglesfloat/init().md)
- [init(angles:order:)](spatial/euleranglesfloat/init(angles:order:).md)
- [init(x:y:z:order:)](spatial/euleranglesfloat/init(x:y:z:order:).md)

### Instance Properties

- [angles](spatial/euleranglesfloat/angles.md)
- [order](spatial/euleranglesfloat/order.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Sendable](swift/sendable.md)
