---
title: jointLandmarks
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/arskeleton2d/jointlandmarks-12vkw
---

# jointLandmarks

The joint landmarks in normalized coordinates.

## Declaration

```swift
@nonobjc var jointLandmarks: [simd_float2] { get }
```

## 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

- [landmark(for:)](arkit/arskeleton2d/landmark(for:).md)
