---
title: "rotated(by:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/scaledpose3dfloat/rotated(by:)-8oxh1"
---

# rotated(by:)

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

## Declaration

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

## Parameters

- `rotation`: The rotation.

## Discussion

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