---
title: "init(from:)"
framework: createmlcomponents
role: symbol
role_heading: Initializer
path: "createmlcomponents/pose/init(from:)-8rvl5"
---

# init(from:)

Creates a pose from a dictionary of joint keypoints.

## Declaration

```swift
init(from points: [JointKey : JointPoint])
```

## Parameters

- `points`: A dictionary of pose joint keypoints, where keys are joint names and values are joint points.

## See Also

### Creating a pose

- [init(_:)](createmlcomponents/pose/init(_:).md)
