---
title: "rotated(by:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/pose3dfloat/rotated(by:)-16eh"
---

# rotated(by:)

Returns a pose with a rotation that’s rotated by the specified rotation.

## Declaration

```swift
func rotated(by rotation: Rotation3DFloat) -> Pose3DFloat
```

## Parameters

- `rotation`: The rotation.

## Discussion

Discussion Returns A pose with a rotation that’s rotated by the specified rotation.
