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

# applying(_:)

Returns the primitive that results from applying a pose to the primitive.

## Declaration

```swift
func applying(_ pose: Self.Pose) -> Self
```

## Parameters

- `pose`: The pose.

## Discussion

Discussion Returns The transformed primitive.
