<!--
{
  "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(position:rotation:)-zc2j",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Spatial"
    ],
    "preciseIdentifier" : "s:So8SPPose3Da7SpatialE8position8rotationABs5SIMD3VySdG_So10simd_quatdatcfc"
  },
  "title" : "init(position:rotation:)"
}
-->

# init(position:rotation:)

Creates a pose with the specified double-precision position vector and quaternion.

```
init(position: simd_double3 = .zero, rotation: simd_quatd)
```

## Parameters

`position`

A vector that specifies the position of the pose.

`rotation`

A quaternion structure that specifies the rotation of 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)