---
title: position
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/collisioncasthit/position
---

# position

The position of the hit.

## Declaration

```swift
var position: SIMD3<Float> { get }
```

## Discussion

Discussion The frame of reference for this point depends on the reference entity used in the call to either the raycast(origin:direction:length:query:mask:relativeTo:) method or the convexCast(convexShape:fromPosition:fromOrientation:toPosition:toOrientation:query:mask:relativeTo:) method that generated the hit.

## See Also

### Characterizing the collision cast hit

- [normal](realitykit/collisioncasthit/normal.md)
- [distance](realitykit/collisioncasthit/distance.md)
