---
title: "unapplying(_:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/primitive3dprotocol/unapplying(_:)-1px2q"
---

# unapplying(_:)

Returns the primitive that results from unapplying a projective transform to the primitive.

## Declaration

```swift
func unapplying(_ transform: Self.ProjectiveTransform) -> Self
```

## Parameters

- `transform`: The projective transform.

## Discussion

Discussion Returns The transformed primitive.
