---
title: "init(position:rotation:)"
framework: spatial
role: symbol
role_heading: Initializer
path: "spatial/pose3d/init(position:rotation:)-5vswy"
---

# init(position:rotation:)

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

## Declaration

```swift
init(position: Point3D = .zero, rotation: Rotation3D)
```

## Parameters

- `position`: A vector that specifies the position of the pose.
- `rotation`: A quaternion structure that specifies the rotation of the pose.

## See Also

### Creating a 3D pose structure

- [init()](spatial/pose3d/init().md)
- [init(_:)](spatial/pose3d/init(_:)-8njy6.md)
- [init(_:)](spatial/pose3d/init(_:)-9xspz.md)
- [init(forward:up:)](spatial/pose3d/init(forward:up:).md)
- [init(position:rotation:)](spatial/pose3d/init(position:rotation:)-1gu7k.md)
- [init(position:rotation:)](spatial/pose3d/init(position:rotation:)-5afaf.md)
- [init(position:rotation:)](spatial/pose3d/init(position:rotation:)-zc2j.md)
- [init(position:target:up:)](spatial/pose3d/init(position:target:up:).md)
- [init(transform:)](spatial/pose3d/init(transform:)-2sey4.md)
- [init(transform:)](spatial/pose3d/init(transform:)-4go9c.md)
