---
title: "applying(_:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/projectivetransformable3d/applying(_:)"
---

# applying(_:)

Returns a transformed copy of the value.

## Declaration

```swift
func applying(_ transform: ProjectiveTransform3D) -> Self
```

## Parameters

- `transform`: A transform the function applies to the value.
