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

# applying(_:)

Returns a pose that’s transformed by the specified projective transform.

## Declaration

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

## Parameters

- `transform`: The projective transform.

## Discussion

Discussion Returns The transformed pose. This function applies the transform to the pose.
