---
title: "pointInImage(for:)"
framework: vision
role: symbol
role_heading: Instance Method
path: "vision/humanbodypose3dobservation/pointinimage(for:)"
---

# pointInImage(for:)

Returns a 2D point for the joint name you specify, relative to the input image.

## Declaration

```swift
func pointInImage(for jointName: HumanBodyPose3DObservation.JointName) -> NormalizedPoint
```

## Parameters

- `jointName`: The name of the human body joint.

## Return Value

Return Value A projection of the 3D position onto the original 2D image in normalized, lower left origin coordinates.
