<!--
{
  "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/Rect3DFloat/unapplying(_:)-4dm1d",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Spatial"
    ],
    "preciseIdentifier" : "s:So13SPRect3DFloata7SpatialE10unapplyingyABSo013SPScaledPose3B0aF"
  },
  "title" : "unapplying(_:)"
}
-->

# unapplying(_:)

Returns the primitive that results from applying a scaled pose to the primitive.

```
func unapplying(_ scaledPose: ScaledPose3DFloat) -> Rect3DFloat
```

## Discussion

- Returns The transformed primitive.

> Note: The pose’s rotation angle must be zero, otherwise this function returns `self`.

---

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)