<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Spatial",
  "identifier" : "/documentation/Spatial/Transform3DProtocol/isApproximatelyEqual(to:tolerance:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Spatial"
    ],
    "preciseIdentifier" : "s:7Spatial19Transform3DProtocolP20isApproximatelyEqual2to9toleranceSbx_6ScalarQztF"
  },
  "title" : "isApproximatelyEqual(to:tolerance:)"
}
-->

# isApproximatelyEqual(to:tolerance:)

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

```
func isApproximatelyEqual(to other: Self, tolerance: Self.Scalar) -> Bool
```

## Parameters

`tolerance`

The tolerance of the comparison.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)