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

# unapplying(_:)

Unapplies a projective transform.

```
func unapplying(_ transform: ProjectiveTransform3DFloat) -> Rect3DFloat
```

## Parameters

`transform`

The projective transform.

## Discussion> Note: The transform must be rectilinear 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)