---
title: jointLandmarks
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/arskeleton2d/jointlandmarks-3en0x
---

# jointLandmarks

The joint landmarks in normalized coordinates.

## Declaration

```occ
@property (nonatomic, readonly) const simd_float2 * jointLandmarks;
```

## Discussion

Discussion The joint landmarks are normalized within the range [0..1] in the coordinate space of the current frame’s camera image, where 0 is the upper left, and 1 is the bottom right.

## See Also

### Getting Joint Landmarks

- [landmarkForJointNamed:](arkit/arskeleton2d/landmarkforjointnamed:.md)
