---
title: "isApproximatelyEqual(to:tolerance:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/scaledpose3d/isapproximatelyequal(to:tolerance:)"
---

# isApproximatelyEqual(to:tolerance:)

Returns a Boolean value that indicates whether two scaled poses are equal within a specified tolerance.

## Declaration

```swift
func isApproximatelyEqual(to other: ScaledPose3D, tolerance: Double = sqrt(.ulpOfOne)) -> Bool
```

## See Also

### Comparing values

- [==(_:_:)](spatial/scaledpose3d/==(_:_:).md)
