---
title: simdPosition
framework: scenekit
role: symbol
role_heading: Instance Property
path: scenekit/scnnode/simdposition
---

# simdPosition

The translation applied to the node. Animatable.

## Declaration

```swift
var simdPosition: simd_float3 { get set }
```

## Discussion

Discussion The node’s position locates it within the coordinate system of its parent, as modified by the node’s simdPivot property. The default position is the zero vector, indicating that the node is placed at the origin of the parent node’s coordinate system. You can animate changes to this property’s value. See Animating SceneKit Content.

## See Also

### Related Documentation

- [position](scenekit/scnnode/position.md)

### Managing the Node’s Transform

- [simdTransform](scenekit/scnnode/simdtransform.md)
- [simdRotation](scenekit/scnnode/simdrotation.md)
- [simdEulerAngles](scenekit/scnnode/simdeulerangles.md)
- [simdOrientation](scenekit/scnnode/simdorientation.md)
- [simdScale](scenekit/scnnode/simdscale.md)
- [simdPivot](scenekit/scnnode/simdpivot.md)
