<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Spatial",
  "identifier" : "/documentation/Spatial/Ray3D/unapplying(_:)-6tj2w",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Spatial"
    ],
    "preciseIdentifier" : "s:So7SPRay3Da7SpatialE10unapplyingyABSo23SPProjectiveTransform3DaF"
  },
  "title" : "unapplying(_:)"
}
-->

# unapplying(_:)

Returns a ray that results from unapplying the specified projective transform.

```
func unapplying(_ transform: ProjectiveTransform3D) -> Ray3D
```

## Parameters

`transform`

The projective transform that the function unapplies to the point.

---

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)