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

# init(forward:up:)

Creates a pose with the specified forward and up vectors.

```
init(forward: Vector3D, up: Vector3D = Vector3D(x: 0, y: 1, z: 0))
```

## Parameters

`forward`

The forward vector.

`up`

The forward vector.

---

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)