---
title: "init(position:rotation:)"
framework: spatial
role: symbol
role_heading: Initializer
path: "spatial/pose3dfloat/init(position:rotation:)-1r25j"
---

# init(position:rotation:)

Creates a pose from double-precision simd primitives that describe the position and rotation.

## Declaration

```swift
init(position: simd_float3 = .zero, rotation: simd_quatf)
```

## Parameters

- `position`: The position of the pose.
- `rotation`: The rotation of the pose.
