<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Spatial",
  "identifier" : "/documentation/Spatial/Pose3D/init(transform:)-4go9c",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Spatial"
    ],
    "preciseIdentifier" : "s:So8SPPose3Da7SpatialE9transformABSgSo23SPProjectiveTransform3Da_tcfc"
  },
  "title" : "init(transform:)"
}
-->

# init(transform:)

Returns a pose with a position and rotation defined by a projective transform.

```
init?(transform: ProjectiveTransform3D)
```

## Parameters

`transform`

The source transform. The function only considers the transform’s rotation and translation components.

---

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)