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

# flipped(along:)

Returns the pose flipped along the specified axis.

## Declaration

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

## Parameters

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