---
title: "flipped(along:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/transform3dprotocol/flipped(along:)"
---

# flipped(along:)

Returns the transform flipped along the specified axis.

## Declaration

```swift
func flipped(along axis: Axis3D) -> Self
```

## Parameters

- `axis`: The axis of the flip operation.
