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

# applying(_:)

Returns a transformed copy of the value

## Declaration

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

## Parameters

- `transform`: A transform to apply to the value.
