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

# applying(_:)

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

## Declaration

```swift
func applying(_ pose: Pose3DFloat) -> Rect3DFloat
```

## Parameters

- `pose`: The pose.

## Discussion

Discussion Returns The transformed primitive.
