---
title: "rotated(by:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/rotatable3d/rotated(by:)-7bx4w"
---

# rotated(by:)

Returns the entity that results from applying the specified rotation.

## Declaration

```swift
func rotated(by rotation: Rotation3D) -> Self
```

## Parameters

- `rotation`: The rotation structure that defines the rotation’s angle and axis.

## See Also

### Instance methods

- [rotate(by:)](spatial/rotatable3d/rotate(by:)-usrg.md)
- [rotate(by:)](spatial/rotatable3d/rotate(by:)-1g3rl.md)
- [rotated(by:)](spatial/rotatable3d/rotated(by:)-4gdqe.md)
