---
title: localCoordinates
framework: scenekit
role: symbol
role_heading: Instance Property
path: scenekit/scnhittestresult/localcoordinates
---

# localCoordinates

The point of intersection between the geometry and the search ray, in the local coordinate system of the node containing the geometry.

## Declaration

```swift
var localCoordinates: SCNVector3 { get }
```

## See Also

### Retrieving Information About a Hit-Test Result

- [node](scenekit/scnhittestresult/node.md)
- [geometryIndex](scenekit/scnhittestresult/geometryindex.md)
- [faceIndex](scenekit/scnhittestresult/faceindex.md)
- [worldCoordinates](scenekit/scnhittestresult/worldcoordinates.md)
- [localNormal](scenekit/scnhittestresult/localnormal.md)
- [worldNormal](scenekit/scnhittestresult/worldnormal.md)
- [modelTransform](scenekit/scnhittestresult/modeltransform.md)
- [textureCoordinates(withMappingChannel:)](scenekit/scnhittestresult/texturecoordinates(withmappingchannel:).md)
