<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Spatial",
  "identifier" : "/documentation/Spatial/Pose3D/applying(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Spatial"
    ],
    "preciseIdentifier" : "s:So8SPPose3Da7SpatialE8applyingyABSo23SPProjectiveTransform3DaF"
  },
  "title" : "applying(_:)"
}
-->

# applying(_:)

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

```
func applying(_ transform: ProjectiveTransform3D) -> Pose3D
```

## Parameters

`transform`

The projective transform.

## Discussion

- Returns The transformed pose.

This function applies the transform to the pose.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)