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

# applying(_:)

Returns the primitive that results from applying an affine transform to the primitive.

## Declaration

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

## Parameters

- `transform`: The affine transform.

## Discussion

Discussion Returns The transformed primitive.
